119 lines
2.2 KiB
JSON
119 lines
2.2 KiB
JSON
{
|
|
"dns": {
|
|
"servers": [
|
|
"223.5.5.5",
|
|
"114.114.114.114",
|
|
{
|
|
"address": "8.8.8.8",
|
|
"port": 53,
|
|
"domains": [
|
|
"geosite:geolocation-!cn"
|
|
]
|
|
},
|
|
{
|
|
"address": "1.1.1.1",
|
|
"port": 53,
|
|
"domains": [
|
|
"geosite:geolocation-!cn"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
"routing": {
|
|
"domainStrategy": "IPIfNonMatch",
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "direct",
|
|
"ip": [
|
|
"223.5.5.5",
|
|
"114.114.114.114"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "proxy",
|
|
"ip": [
|
|
"8.8.8.8",
|
|
"1.1.1.1"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "direct",
|
|
"ip": [
|
|
"geoip:cn",
|
|
"geoip:private"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "direct",
|
|
"domain": ["geosite:cn"]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "proxy",
|
|
"network": "udp,tcp"
|
|
}
|
|
]
|
|
},
|
|
|
|
"inbounds": [
|
|
{
|
|
"port": 1080,
|
|
"listen": "127.0.0.1",
|
|
"protocol": "socks",
|
|
"sniffing": {
|
|
"enabled": true,
|
|
"destOverride": ["http", "tls"]
|
|
},
|
|
"settings": {
|
|
"auth": "noauth",
|
|
"udp": false
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"tag": "proxy",
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"vnext": [
|
|
{
|
|
"address": "%SERVER%",
|
|
"port": 443,
|
|
"users": [
|
|
{
|
|
"id": "%PASSWORD%",
|
|
"encryption": "none",
|
|
"flow": "xtls-rprx-direct",
|
|
"level": 0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp",
|
|
"security": "xtls",
|
|
"xtlsSettings": {
|
|
"serverName": "%SERVER%",
|
|
"allowInsecure": false,
|
|
"alpn": ["h2","http/1.1"]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"protocol": "freedom",
|
|
"settings": {},
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"protocol": "blackhole",
|
|
"settings": {},
|
|
"tag": "block"
|
|
}
|
|
]
|
|
} |