mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-07-18 08:06:23 +00:00
Update Changelog
This commit is contained in:
+28
-27
@@ -8,12 +8,6 @@ listen = [
|
||||
|
||||
# HTTP path for upstream resolver
|
||||
|
||||
# CloudFlare's resolver for Tor, available only with Tor
|
||||
# Remember to disable ECS below when using Tor!
|
||||
# Blog: https://blog.cloudflare.com/welcome-hidden-resolver/
|
||||
#"https://dns4torpnlfs2ifuz2s2yf3fc7rdmsbhm6rw75euj35pac6ap25zgqad.onion/dns-query",
|
||||
|
||||
|
||||
[upstream]
|
||||
|
||||
# available selector: random or weighted_round_robin or lvs_weighted_round_robin
|
||||
@@ -21,35 +15,42 @@ upstream_selector = "random"
|
||||
|
||||
# weight should in (0, 100], if upstream_selector is random, weight will be ignored
|
||||
|
||||
# Google's productive resolver, good ECS, bad DNSSEC
|
||||
[[upstream.upstream_google]]
|
||||
url = "https://dns.google.com/resolve"
|
||||
weight = 50
|
||||
## Google's productive resolver, good ECS, bad DNSSEC
|
||||
#[[upstream.upstream_google]]
|
||||
# url = "https://dns.google.com/resolve"
|
||||
# weight = 50
|
||||
|
||||
# CloudFlare's resolver, bad ECS, good DNSSEC
|
||||
[[upstream.upstream_google]]
|
||||
url = "https://cloudflare-dns.com/dns-query"
|
||||
weight = 50
|
||||
## CloudFlare's resolver, bad ECS, good DNSSEC
|
||||
#[[upstream.upstream_google]]
|
||||
# url = "https://cloudflare-dns.com/dns-query"
|
||||
# weight = 50
|
||||
|
||||
# CloudFlare's resolver, bad ECS, good DNSSEC
|
||||
[[upstream.upstream_google]]
|
||||
url = "https://1.1.1.1/dns-query"
|
||||
weight = 50
|
||||
|
||||
# Google's experimental resolver, good ECS, good DNSSEC
|
||||
[[upstream.upstream_ietf]]
|
||||
url = "https://dns.google.com/experimental"
|
||||
weight = 50
|
||||
## CloudFlare's resolver, bad ECS, good DNSSEC
|
||||
#[[upstream.upstream_google]]
|
||||
# url = "https://1.1.1.1/dns-query"
|
||||
# weight = 50
|
||||
|
||||
# CloudFlare's resolver, bad ECS, good DNSSEC
|
||||
[[upstream.upstream_ietf]]
|
||||
url = "https://cloudflare-dns.com/dns-query"
|
||||
weight = 50
|
||||
|
||||
# CloudFlare's resolver, bad ECS, good DNSSEC
|
||||
[[upstream.upstream_ietf]]
|
||||
url = "https://1.1.1.1/dns-query"
|
||||
weight = 50
|
||||
## CloudFlare's resolver, bad ECS, good DNSSEC
|
||||
#[[upstream.upstream_ietf]]
|
||||
# url = "https://1.1.1.1/dns-query"
|
||||
# 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
|
||||
## Remember to disable ECS below when using Tor!
|
||||
## Blog: https://blog.cloudflare.com/welcome-hidden-resolver/
|
||||
#[[upstream.upstream_ietf]]
|
||||
# url = "https://dns4torpnlfs2ifuz2s2yf3fc7rdmsbhm6rw75euj35pac6ap25zgqad.onion/dns-query"
|
||||
# weight = 50
|
||||
|
||||
|
||||
[others]
|
||||
|
||||
Reference in New Issue
Block a user