mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
||
"log": {
|
||
"loglevel": "warning"
|
||
},
|
||
"routing": {
|
||
"domainStrategy": "AsIs",
|
||
"rules": [
|
||
{
|
||
"type": "field",
|
||
"ip": [
|
||
"geoip:private"
|
||
],
|
||
"outboundTag": "direct"
|
||
}
|
||
]
|
||
},
|
||
"inbounds": [
|
||
{
|
||
"listen": "127.0.0.1",
|
||
"port": "1080",
|
||
"protocol": "socks",
|
||
"settings": {
|
||
"auth": "noauth",
|
||
"udp": true,
|
||
"ip": "127.0.0.1"
|
||
}
|
||
},
|
||
{
|
||
"listen": "127.0.0.1",
|
||
"port": "1081",
|
||
"protocol": "http"
|
||
}
|
||
],
|
||
"outbounds": [
|
||
{
|
||
"protocol": "vmess",
|
||
"settings": {
|
||
"vnext": [
|
||
{
|
||
"address": "",
|
||
"port": 1234,
|
||
"users": [
|
||
{
|
||
"id": "",
|
||
"security": "none"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"streamSettings": {
|
||
"network": "http",
|
||
"security": "tls",
|
||
"tlsSettings": {
|
||
"fingerprint": "chrome","//": "uTLS fingerprint as traffic camouflage, can be either "chrome" or "firefox" or deleted entirely to disable uTLS"
|
||
}
|
||
},
|
||
"tag": "proxy"
|
||
},
|
||
{
|
||
"protocol": "freedom",
|
||
"tag": "direct"
|
||
}
|
||
]
|
||
}
|