mirror of https://github.com/wulabing/Xray_onekey
1.1.0 恢复config
parent
c8c27bcf38
commit
e93e884c0c
|
@ -40,35 +40,24 @@
|
||||||
],
|
],
|
||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
"https+local://1.1.1.1/dns-query",
|
||||||
"address": "223.5.5.5",
|
"1.1.1.1",
|
||||||
"expectIPs": [
|
"1.0.0.1",
|
||||||
"geoip:cn"
|
"8.8.8.8",
|
||||||
]
|
"8.8.4.4",
|
||||||
},
|
"localhost"
|
||||||
{
|
|
||||||
"address": "https+local://1.1.1.1/dns-query",
|
|
||||||
"domains": [
|
|
||||||
"geosite:geolocation-!cn"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"localhost",
|
|
||||||
"1.1.1.1",
|
|
||||||
"1.0.0.1",
|
|
||||||
"8.8.8.8",
|
|
||||||
"8.8.4.4",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"routing": {
|
"routing": {
|
||||||
"domainStrategy": "AsIs",
|
"domainStrategy": "AsIs",
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"inboundTag": [
|
"inboundTag": [
|
||||||
"vmess-in"
|
"vmess-in"
|
||||||
],
|
],
|
||||||
"outboundTag": "direct"
|
"outboundTag": "direct"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue