diff --git a/build/unbound.conf b/build/unbound.conf index 5cabdb1..69846ab 100644 --- a/build/unbound.conf +++ b/build/unbound.conf @@ -3,6 +3,11 @@ server: username: unbound interface: 0.0.0.0 interface: ::0 + do-ip4: yes + do-ip6: yes + do-udp: yes + do-tcp: yes + access-control: 0.0.0.0/0 allow root-hints: root.hints trust-anchor-file: /usr/share/dnssec-root/trusted-key.key tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt @@ -18,4 +23,7 @@ server: forward-zone: name: "." forward-tls-upstream: yes + forward-addr: 2620:fe::fe@853#dns.quad9.net + forward-addr: 9.9.9.9@853#dns.quad9.net + forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com forward-addr: 1.1.1.1@853#cloudflare-dns.com