add unbound config
This commit is contained in:
30
unbound/unbound.conf
Normal file
30
unbound/unbound.conf
Normal 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
|
||||||
Reference in New Issue
Block a user