mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
Change DNS settings
due to https://github.com/v2fly/v2ray-core/issues/92
This commit is contained in:
parent
0409cd0700
commit
a53a0ae385
12
README.md
12
README.md
@ -198,10 +198,12 @@ scoop install v2ray-rules-dat
|
|||||||
"doh.pub": "119.29.29.29"
|
"doh.pub": "119.29.29.29"
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
|
"https://dns.google/dns-query",
|
||||||
{
|
{
|
||||||
"address": "https+local://doh.pub/dns-query",
|
"address": "https+local://223.5.5.5/dns-query",
|
||||||
"domains": [
|
"domains": [
|
||||||
"geosite:cn"
|
"geosite:cn",
|
||||||
|
"geosite:icloud"
|
||||||
],
|
],
|
||||||
"expectIPs": [
|
"expectIPs": [
|
||||||
"geoip:cn"
|
"geoip:cn"
|
||||||
@ -212,12 +214,6 @@ scoop install v2ray-rules-dat
|
|||||||
"domains": [
|
"domains": [
|
||||||
"geosite:geolocation-!cn"
|
"geosite:geolocation-!cn"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"address": "https+local://223.5.5.5/dns-query",
|
|
||||||
"domains": [
|
|
||||||
"geosite:tld-cn"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user