Files
xray-hello-world/config/client.json
T

64 lines
1.5 KiB
JSON

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 6543,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true
}
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "nginx",
"port": 443,
"users": [
{
"id": "a142293d-1801-4e80-b309-ff3a5f70db8b",
"encryption": "none"
}
]
}
]
},
"streamSettings": {
"network": "xhttp",
"security": "tls",
"xhttpSettings": {
"mode": "stream-one",
"path": "/trapdoor"
},
"tlsSettings": {
"serverName": "localhost",
"allowInsecure": true
}
}
},
{
"tag": "direct",
"protocol": "freedom"
}
],
"routing": {
"domainStrategy": "IPOnDemand",
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "direct"
}
]
}
}