Update DNS

Testing found that many public DNS over TCP have serious problems and are not practical.
This commit is contained in:
Akariln 2025-04-21 21:01:12 +08:00 committed by GitHub
parent 8118427f88
commit 7e98eb5af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
}, },
"servers": [ "servers": [
{ {
"address": "tcp://1.1.1.1", "address": "https://1.1.1.1/dns-query",
"domains": [ "domains": [
"geosite:geolocation-!cn" "geosite:geolocation-!cn"
], ],
@ -14,7 +14,7 @@
] ]
}, },
{ {
"address": "tcp://8.8.8.8"", "address": "https://dns.google/dns-query",
"domains": [ "domains": [
"geosite:geolocation-!cn" "geosite:geolocation-!cn"
], ],