mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
unbound/dns-over-tls.conf: reverse order of providers
It seems to have some (small?) relevance to where queries go to.
This commit is contained in:
parent
6e1f41533c
commit
f878041e2e
@ -21,18 +21,6 @@ forward-zone:
|
|||||||
name: "."
|
name: "."
|
||||||
forward-tls-upstream: yes
|
forward-tls-upstream: yes
|
||||||
|
|
||||||
## DNS-over-TLS on port 443, no filtering. Mainly useful for traveling
|
|
||||||
## laptops?
|
|
||||||
# https://appliedprivacy.net/services/dns/ - Vienna, Austria
|
|
||||||
#forward-addr: 2a02:1b8:10:234::2@443#dot1.applied-privacy.net
|
|
||||||
#forward-addr: 146.255.56.98@443#dot1.applied-privacy.net
|
|
||||||
|
|
||||||
# Cloudflare DNS - anycast
|
|
||||||
forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com
|
|
||||||
forward-addr: 1.1.1.1@853#cloudflare-dns.com
|
|
||||||
forward-addr: 2606:4700:4700::1001@853#cloudflare-dns.com
|
|
||||||
forward-addr: 1.0.0.1@853#cloudflare-dns.com
|
|
||||||
|
|
||||||
# Quad9 - Anycast, USA based
|
# Quad9 - Anycast, USA based
|
||||||
# Non filtering "insecure" servers without DNSSEC, but that is done
|
# Non filtering "insecure" servers without DNSSEC, but that is done
|
||||||
# by Unbound locally anyway.
|
# by Unbound locally anyway.
|
||||||
@ -41,3 +29,15 @@ forward-zone:
|
|||||||
forward-addr: 2620:fe::10@853#dns10.quad9.net
|
forward-addr: 2620:fe::10@853#dns10.quad9.net
|
||||||
forward-addr: 149.112.112.10@853#dns10.quad9.net
|
forward-addr: 149.112.112.10@853#dns10.quad9.net
|
||||||
|
|
||||||
|
# Cloudflare DNS - anycast
|
||||||
|
forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com
|
||||||
|
forward-addr: 1.1.1.1@853#cloudflare-dns.com
|
||||||
|
forward-addr: 2606:4700:4700::1001@853#cloudflare-dns.com
|
||||||
|
forward-addr: 1.0.0.1@853#cloudflare-dns.com
|
||||||
|
|
||||||
|
## DNS-over-TLS on port 443, no filtering. Mainly useful for traveling
|
||||||
|
## laptops?
|
||||||
|
# https://appliedprivacy.net/services/dns/ - Vienna, Austria
|
||||||
|
#forward-addr: 2a02:1b8:10:234::2@443#dot1.applied-privacy.net
|
||||||
|
#forward-addr: 146.255.56.98@443#dot1.applied-privacy.net
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user