Allow v4/v6 and datagram, delegate access control to external firewall and add quad9
This commit is contained in:
parent
8ce857b6e5
commit
4a3e4628fe
@ -3,6 +3,11 @@ server:
|
|||||||
username: unbound
|
username: unbound
|
||||||
interface: 0.0.0.0
|
interface: 0.0.0.0
|
||||||
interface: ::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
|
root-hints: root.hints
|
||||||
trust-anchor-file: /usr/share/dnssec-root/trusted-key.key
|
trust-anchor-file: /usr/share/dnssec-root/trusted-key.key
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
@ -18,4 +23,7 @@ server:
|
|||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
forward-tls-upstream: yes
|
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
|
forward-addr: 1.1.1.1@853#cloudflare-dns.com
|
||||||
|
Reference in New Issue
Block a user