add unbound config

This commit is contained in:
2026-02-14 14:14:58 -08:00
parent 2b5c9a9224
commit b1006365b4

30
unbound/unbound.conf Normal file
View File

@@ -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