Fixed OPT record forwarding.
This commit is contained in:
+4
-2
@@ -23,9 +23,11 @@ listen = "127.0.0.1:53"
|
||||
# How many threads to spawn by DNS server
|
||||
threads = 50
|
||||
# AdGuard DNS servers to filter ads and trackers
|
||||
forwarders = ["https://dns.adguard.com/dns-query", "94.140.14.14:53", "94.140.15.15:53"]
|
||||
forwarders = ["https://dns.adguard.com/dns-query"]
|
||||
#forwarders = ["94.140.14.14:53", "94.140.15.15:53"]
|
||||
# Cloudflare servers
|
||||
#forwarders = ["https://cloudflare-dns.com/dns-query", "1.1.1.1:53", "1.0.0.1:53"]
|
||||
#forwarders = ["https://cloudflare-dns.com/dns-query"]
|
||||
#forwarders = ["1.1.1.1:53", "1.0.0.1:53"]
|
||||
|
||||
# Bootstrap DNS-servers to resolve domains of DoH providers
|
||||
bootstraps = ["9.9.9.9:53", "94.140.14.140:53"]
|
||||
|
||||
Reference in New Issue
Block a user