Add DNS over TLS.

This commit is contained in:
Tom Alexander
2022-12-14 22:36:12 -05:00
parent e9e772f4fa
commit 558c71219b
6 changed files with 73 additions and 40 deletions

View 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"