2019-07-22 15:17:27 +02:00
|
|
|
# Local resolver (Unbound?)
|
|
|
|
#nameserver 127.0.0.1
|
2019-05-16 14:28:15 +02:00
|
|
|
#nameserver ::1
|
2019-07-22 15:17:27 +02:00
|
|
|
# dnscrypt-proxy directly (Debian/systemd)
|
|
|
|
#nameserver 127.0.2.1
|
2018-10-26 21:48:38 +02:00
|
|
|
|
2019-07-22 15:22:55 +02:00
|
|
|
# Quad9 IPv6 #1
|
|
|
|
nameserver 2620:fe::fe
|
2018-04-19 13:41:56 +02:00
|
|
|
# CloudFlare IPv6 #2
|
2019-07-22 15:22:55 +02:00
|
|
|
#nameserver 2606:4700:4700::1001
|
2018-04-19 13:41:56 +02:00
|
|
|
# OpenDNS IPv4 #2
|
|
|
|
#nameserver 208.67.220.220
|
|
|
|
# Google DNS IPv4 #1
|
2019-07-22 15:22:55 +02:00
|
|
|
#nameserver 8.8.8.8
|
|
|
|
# Quad9 DNS IPv4 #1
|
|
|
|
nameserver 9.9.9.9
|
2018-04-19 13:41:56 +02:00
|
|
|
# Google DNS IPv6 #2
|
2019-07-22 15:22:55 +02:00
|
|
|
#nameserver 2001:4860:4860::8844
|
|
|
|
# Quad9 DNS IPv6 #2
|
|
|
|
nameserver 2620:fe::9
|
2018-04-19 13:41:56 +02:00
|
|
|
# CloudFlare IPv4 #1
|
|
|
|
#nameserver 1.1.1.1
|
2018-10-07 20:20:41 +02:00
|
|
|
options edns0 single-request-reopen
|
2019-05-16 14:28:15 +02:00
|
|
|
# I am not entirely sure local is valid to use here. And this has a bad
|
|
|
|
# habit of flooding nameserver with names I don't want it to know about
|
|
|
|
# and in some cases there are _fun_ A/AAA responses to nonexistant domains.
|
|
|
|
#search mikaela.internal local mikaela.info
|
2018-04-19 13:41:56 +02:00
|
|
|
# note and remember missing DNSSEC
|
|
|
|
# use.opendns.com http://208.69.38.205/
|
|
|
|
# system.opendns.com http://208.69.38.170/
|
2018-08-10 16:18:33 +02:00
|
|
|
|
|
|
|
# For copy-pasting to nm-connection-editor
|
|
|
|
# No OpenDNS for breaking DNSSEC.
|
|
|
|
# 8.8.8.8, 1.1.1.1
|
|
|
|
# 2606:4700:4700::1001, 2001:4860:4860::8844
|
2019-07-22 15:22:55 +02:00
|
|
|
|
|
|
|
# 2019-07-22: I actually prefer Quad9 to Cloudflare and Google.
|
|
|
|
# I am also a bit lost on what is my purpouse here considering
|
|
|
|
# I have just done so much with dnscrypt-proxy & unbound
|
|
|
|
# 149.112.112.112, 9.9.9.9
|
|
|
|
# 2620:fe::9, 2620:fe::fe
|