Add unbound to gw hosts

This commit is contained in:
Timo Makinen 2021-03-25 21:50:09 +00:00
parent 12ec078011
commit 8d234782df
2 changed files with 43 additions and 2 deletions

View file

@ -0,0 +1,27 @@
server:
interface: 127.0.0.1
interface: ::1
interface: 0.0.0.0
interface: ::0
access-control: 127.0.0.0/8 allow
access-control: ::1 allow
access-control: 172.20.20.0/22 allow
hide-identity: yes
hide-version: yes
prefetch: yes
unblock-lan-zones: yes
remote-control:
control-enable: yes
control-interface: /var/run/unbound.sock
auth-zone:
name: "home.foo.sh"
zonefile: "/var/unbound/db/home.foo.sh"
auth-zone:
name: "20.172.in-addr.arpa"
zonefile: "/var/unbound/db/20.172.in-addr.arpa"