mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +00:00
70 lines
1.1 KiB
JSON
70 lines
1.1 KiB
JSON
{
|
|
"log":{},
|
|
"inbounds":[
|
|
{
|
|
"port":"1080",
|
|
"protocol":"socks",
|
|
"settings":{
|
|
"auth":"noauth",
|
|
"udp":true
|
|
}
|
|
},
|
|
{
|
|
"port":"1081",
|
|
"protocol":"http",
|
|
"settings":{}
|
|
}
|
|
],
|
|
"outbounds":[
|
|
{
|
|
"protocol":"vless",
|
|
"settings":{
|
|
"vnext":[
|
|
{
|
|
"address":"xx.com",
|
|
"port":443,
|
|
"users":[
|
|
{
|
|
"id":"",
|
|
"encryption":"none"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"streamSettings":{
|
|
"network":"h2",
|
|
"security":"tls",
|
|
"httpSettings":{
|
|
"host":[
|
|
"xx.com"
|
|
],
|
|
"path":"/path"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"tag":"direct",
|
|
"protocol":"freedom",
|
|
"settings":{}
|
|
},
|
|
{
|
|
"tag":"blocked",
|
|
"protocol":"blackhole",
|
|
"settings":{}
|
|
}
|
|
],
|
|
"routing":{
|
|
"domainStrategy":"IPOnDemand",
|
|
"rules":[
|
|
{
|
|
"type":"field",
|
|
"ip":[
|
|
"geoip:private"
|
|
],
|
|
"outboundTag":"direct"
|
|
}
|
|
]
|
|
}
|
|
}
|