update
This commit is contained in:
@@ -24,7 +24,6 @@ server:
|
||||
|
||||
harden-glue: yes
|
||||
|
||||
|
||||
forward-zone:
|
||||
name: "woodhome.net"
|
||||
forward-addr: 10.100.0.1
|
||||
|
||||
115894
unbound/unbound.conf.d/blocklist.conf
Normal file
115894
unbound/unbound.conf.d/blocklist.conf
Normal file
File diff suppressed because it is too large
Load Diff
5
unbound/unbound.conf.d/remote-control.conf
Normal file
5
unbound/unbound.conf.d/remote-control.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
remote-control:
|
||||
control-enable: yes
|
||||
# by default the control interface is is 127.0.0.1 and ::1 and port 8953
|
||||
# it is possible to use a unix socket too
|
||||
control-interface: /run/unbound.ctl
|
||||
4
unbound/unbound.conf.d/root-auto-trust-anchor-file.conf
Normal file
4
unbound/unbound.conf.d/root-auto-trust-anchor-file.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
server:
|
||||
# The following line will configure unbound to perform cryptographic
|
||||
# DNSSEC validation using the root trust anchor.
|
||||
auto-trust-anchor-file: "/var/lib/unbound/root.key"
|
||||
Reference in New Issue
Block a user