mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-06-06 12:01:36 +00:00
Added Quad9 servers in config. Good for malware threat prevention.
This commit is contained in:
@@ -40,6 +40,11 @@ upstream_selector = "random"
|
|||||||
# url = "https://1.1.1.1/dns-query"
|
# url = "https://1.1.1.1/dns-query"
|
||||||
# weight = 50
|
# weight = 50
|
||||||
|
|
||||||
|
## Quad9's resolver. Good for malware threat prevention.
|
||||||
|
#[[upstream.upstream_ietf]]
|
||||||
|
# url = "https://9.9.9.9/dns-query"
|
||||||
|
# weight = 50
|
||||||
|
|
||||||
## Google's experimental resolver, good ECS, good DNSSEC
|
## Google's experimental resolver, good ECS, good DNSSEC
|
||||||
#[[upstream.upstream_ietf]]
|
#[[upstream.upstream_ietf]]
|
||||||
# url = "https://dns.google.com/experimental"
|
# url = "https://dns.google.com/experimental"
|
||||||
|
|||||||
Reference in New Issue
Block a user