31 lines
639 B
Plaintext
31 lines
639 B
Plaintext
# 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
|