mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 10:03:12 +00:00
62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
|
{
|
||
|
"log": {
|
||
|
"loglevel": "warning"
|
||
|
},
|
||
|
"routing": {
|
||
|
"rules": [
|
||
|
{
|
||
|
"ip": [
|
||
|
"geoip:private"
|
||
|
],
|
||
|
"outboundTag": "direct"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"listen": "127.0.0.1",
|
||
|
"port": 10808,
|
||
|
"protocol": "socks"
|
||
|
},
|
||
|
{
|
||
|
"listen": "127.0.0.1",
|
||
|
"port": 10809,
|
||
|
"protocol": "http"
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "vless",
|
||
|
"settings": {
|
||
|
"vnext": [
|
||
|
{
|
||
|
"address": "",
|
||
|
"port": 443,
|
||
|
"users": [
|
||
|
{
|
||
|
"id": "",
|
||
|
"encryption": "none"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "splithttp",
|
||
|
"splithttpSettings": {
|
||
|
"path": "/split"
|
||
|
},
|
||
|
"security": "tls",
|
||
|
"tlsSettings": {
|
||
|
"serverName": ""
|
||
|
}
|
||
|
},
|
||
|
"tag": "proxy"
|
||
|
},
|
||
|
{
|
||
|
"protocol": "freedom",
|
||
|
"tag": "direct"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|