Add DNS over TLS.
This commit is contained in:
6
ansible/roles/network/files/local_unbound_rc.conf
Normal file
6
ansible/roles/network/files/local_unbound_rc.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# For some unknown reason, enabling local unbound with DNS over TLS breaks network connectivity a couple minutes later
|
||||
local_unbound_enable="NO"
|
||||
local_unbound_tls="YES"
|
||||
local_unbound_forwarders="1.0.0.1@853#cloudflare-dns.com 1.1.1.1@853#cloudflare-dns.com 2606:4700:4700::1111@853#cloudflare-dns.com 2606:4700:4700::1001@853#cloudflare-dns.com"
|
||||
# local_unbound_forwarders="194.242.2.2@853#doh.mullvad.net"
|
||||
# local_unbound_forwarders="194.242.2.2@853#doh.mullvad.net 2a07:e340::2@853#doh.mullvad.net 1.0.0.1@853#cloudflare-dns.com 1.1.1.1@853#cloudflare-dns.com 2606:4700:4700::1111@853#cloudflare-dns.com 2606:4700:4700::1001@853#cloudflare-dns.com"
|
||||
Reference in New Issue
Block a user