Change DNS settings

due to https://github.com/v2fly/v2ray-core/issues/92
This commit is contained in:
loyalsoldier 2020-08-30 07:37:58 +08:00
parent 0409cd0700
commit a53a0ae385
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

@ -198,10 +198,12 @@ scoop install v2ray-rules-dat
"doh.pub": "119.29.29.29"
},
"servers": [
"https://dns.google/dns-query",
{
"address": "https+local://doh.pub/dns-query",
"address": "https+local://223.5.5.5/dns-query",
"domains": [
"geosite:cn"
"geosite:cn",
"geosite:icloud"
],
"expectIPs": [
"geoip:cn"
@ -212,12 +214,6 @@ scoop install v2ray-rules-dat
"domains": [
"geosite:geolocation-!cn"
]
},
{
"address": "https+local://223.5.5.5/dns-query",
"domains": [
"geosite:tld-cn"
]
}
]
},