From 7ab450caeece45339774e2959123056969fb6495 Mon Sep 17 00:00:00 2001 From: sajadMRjl Date: Tue, 10 Mar 2026 15:15:15 +0000 Subject: [PATCH] Upload files to "/" --- config.json.temp | 43 ++++++++++++++++++++++++++++++++ xrayClientConfig.json | 8 ++++++ xrayConfig.json.temp | 58 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 109 insertions(+) create mode 100644 config.json.temp create mode 100644 xrayClientConfig.json create mode 100644 xrayConfig.json.temp diff --git a/config.json.temp b/config.json.temp new file mode 100644 index 0000000..1103b8b --- /dev/null +++ b/config.json.temp @@ -0,0 +1,43 @@ +{ + "inbounds": [{ + "port": PORTPORT, + "listen": "127.0.0.1", + "tag": "socks-inbound", + "protocol": "socks", + "settings": { + "auth": "noauth", + "udp": false, + "ip": "127.0.0.1" + }, + "sniffing": { + "enabled": true, + "destOverride": ["http", "tls"] + } + }], + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "vnext": [{ + "address": "IP.IP.IP.IP", + "port": CFPORTCFPORT, + "users": [{"id": "IDID" }] + }] + }, + "streamSettings": { + "network": "ws", + "security": "tls", + "wsSettings": { + "headers": { + "Host": "HOSTHOST" + }, + "path": "ENDPOINTENDPOINT" + }, + "tlsSettings": { + "serverName": "RANDOMHOST", + "allowInsecure": false + } + } + }], + "other": {} +} \ No newline at end of file diff --git a/xrayClientConfig.json b/xrayClientConfig.json new file mode 100644 index 0000000..b693e57 --- /dev/null +++ b/xrayClientConfig.json @@ -0,0 +1,8 @@ +{ + "id": "1a818676-8610-4a15-9bac-4ce139338310", + "host": "vpn.adas.net", + "port": "443", + "path": "api01", + "serverName": "temp.adas.net", + "subnetsList": "https://raw.githubusercontent.com/MortezaBashsiz/CFScanner/main/config/cf.local.iplist" +} \ No newline at end of file diff --git a/xrayConfig.json.temp b/xrayConfig.json.temp new file mode 100644 index 0000000..edf0d6d --- /dev/null +++ b/xrayConfig.json.temp @@ -0,0 +1,58 @@ +{ + "log": { + "loglevel": "info" + }, + "inbounds": [ + { + "port": PORTPORT, + "listen": "127.0.0.1", + "tag": "socks-inbound", + "protocol": "socks", + "settings": { + "auth": "noauth", + "udp": false, + "ip": "127.0.0.1" + }, + "sniffing": { + "enabled": true, + "destOverride": [ + "http", + "tls" + ] + } + } + ], + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "vnext": [ + { + "address": "IP.IP.IP.IP", + "port": CFPORTCFPORT, + "users": [ + { + "id": "IDID" + } + ] + } + ] + }, + "streamSettings": { + "network": "ws", + "security": "tls", + "wsSettings": { + "headers": { + "Host": "HOSTHOST" + }, + "path": "ENDPOINTENDPOINT" + }, + "tlsSettings": { + "serverName": "RANDOMHOST", + "allowInsecure": false + } + } + } + ], + "other": {} +} \ No newline at end of file