diff --git a/unbound/unbound.conf b/unbound/unbound.conf new file mode 100644 index 0000000..84f2415 --- /dev/null +++ b/unbound/unbound.conf @@ -0,0 +1,30 @@ +# Unbound configuration file for Debian. +# +# See the unbound.conf(5) man page. +# +# See /usr/share/doc/unbound/examples/unbound.conf for a commented +# reference config file. +# +# The following line includes additional configuration files from the +# /etc/unbound/unbound.conf.d directory. +include-toplevel: "/etc/unbound/unbound.conf.d/*.conf" + +server: + interface: 0.0.0.0 + num-threads: 16 + port: 53 + prefetch: yes + do-ip4: yes + do-ip6: yes + do-udp: yes + do-tcp: yes + + access-control: 10.100.0.0/23 allow + access-control: 10.189.0.0/24 allow + + harden-glue: yes + + +forward-zone: + name: "woodhome.net" + forward-addr: 10.100.0.1