mirror of https://github.com/wulabing/Xray_onekey
1.1.0 尝试 config.json dns 部分变更
parent
6edadc683c
commit
0450ab21f7
|
@ -40,12 +40,23 @@
|
||||||
],
|
],
|
||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
"https+local://1.1.1.1/dns-query",
|
{
|
||||||
|
"address": "223.5.5.5",
|
||||||
|
"expectIPs": [
|
||||||
|
"geoip:cn"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"address": "https+local://1.1.1.1/dns-query",
|
||||||
|
"domains": [
|
||||||
|
"geosite:geolocation-!cn"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"localhost",
|
||||||
"1.1.1.1",
|
"1.1.1.1",
|
||||||
"1.0.0.1",
|
"1.0.0.1",
|
||||||
"8.8.8.8",
|
"8.8.8.8",
|
||||||
"8.8.4.4",
|
"8.8.4.4",
|
||||||
"localhost"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"routing": {
|
"routing": {
|
||||||
|
|
Loading…
Reference in New Issue