* Fix DNS

* Removes expectIPs from remote DNS
This commit is contained in:
DHR60 2025-05-04 17:28:57 +08:00 committed by GitHub
parent 13b164acac
commit 8b4e2f8f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,10 @@
"servers": [ "servers": [
{ {
"address": "1.1.1.1", "address": "1.1.1.1",
"skipFallback": true,
"domains": [ "domains": [
"geosite:geolocation-!cn" "domain:googleapis.cn",
], "domain:gstatic.com"
"expectIPs": [
"geoip:!cn"
] ]
}, },
{ {
@ -23,6 +22,7 @@
"geoip:cn" "geoip:cn"
] ]
}, },
"1.1.1.1",
"8.8.8.8", "8.8.8.8",
"https://dns.google/dns-query" "https://dns.google/dns-query"
] ]