Upload files to "/"

This commit is contained in:
2026-03-10 15:15:15 +00:00
parent 25bb645f39
commit 7ab450caee
3 changed files with 109 additions and 0 deletions

43
config.json.temp Normal file
View File

@@ -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": {}
}

8
xrayClientConfig.json Normal file
View File

@@ -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"
}

58
xrayConfig.json.temp Normal file
View File

@@ -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": {}
}