mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-06-05 16:41:21 +00:00
Merge pull request #50 from felixonmars/patch-1
Update address for google's resolver
This commit is contained in:
@@ -18,9 +18,9 @@ upstream_selector = "random"
|
|||||||
|
|
||||||
# weight should in (0, 100], if upstream_selector is random, weight will be ignored
|
# weight should in (0, 100], if upstream_selector is random, weight will be ignored
|
||||||
|
|
||||||
## Google's productive resolver, good ECS, bad DNSSEC
|
## Google's resolver, good ECS, good DNSSEC
|
||||||
#[[upstream.upstream_google]]
|
#[[upstream.upstream_ietf]]
|
||||||
# url = "https://dns.google.com/resolve"
|
# url = "https://dns.google/dns-query"
|
||||||
# weight = 50
|
# weight = 50
|
||||||
|
|
||||||
## CloudFlare's resolver, bad ECS, good DNSSEC
|
## CloudFlare's resolver, bad ECS, good DNSSEC
|
||||||
@@ -48,11 +48,6 @@ upstream_selector = "random"
|
|||||||
# url = "https://9.9.9.9/dns-query"
|
# url = "https://9.9.9.9/dns-query"
|
||||||
# weight = 50
|
# weight = 50
|
||||||
|
|
||||||
## Google's experimental resolver, good ECS, good DNSSEC
|
|
||||||
#[[upstream.upstream_ietf]]
|
|
||||||
# url = "https://dns.google.com/experimental"
|
|
||||||
# weight = 50
|
|
||||||
|
|
||||||
## CloudFlare's resolver for Tor, available only with Tor
|
## CloudFlare's resolver for Tor, available only with Tor
|
||||||
## Remember to disable ECS below when using Tor!
|
## Remember to disable ECS below when using Tor!
|
||||||
## Blog: https://blog.cloudflare.com/welcome-hidden-resolver/
|
## Blog: https://blog.cloudflare.com/welcome-hidden-resolver/
|
||||||
|
|||||||
Reference in New Issue
Block a user