Files
SocksRevive-PC/configs/xray.json
2026-05-16 00:18:06 -03:00

34 lines
705 B
JSON

{
"log": { "loglevel": "warning" },
"inbounds": [
{
"tag": "socks-in",
"port": 10808,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": { "udp": true }
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "CHANGE_ME_HOST",
"port": 443,
"users": [ { "id": "CHANGE_ME_UUID", "encryption": "none" } ]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": { "serverName": "CHANGE_ME_SNI" }
}
},
{ "tag": "direct", "protocol": "freedom" }
]
}