Upload files to "/"
This commit is contained in:
58
xrayConfig.json.temp
Normal file
58
xrayConfig.json.temp
Normal 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user