Compare commits

...

2 commits

Author SHA1 Message Date
Akariln
272b6e05cf
Update 2025-04-21 21:04:49 +08:00
Akariln
7e98eb5af7
Update DNS
Testing found that many public DNS over TCP have serious problems and are not practical.
2025-04-21 21:01:12 +08:00

View file

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