add remaining unbound config files
This commit is contained in:
5
etc/unbound/unbound.conf.d/remote-control.conf
Normal file
5
etc/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
|
||||
@@ -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"
|
||||
3
etc/unbound/unbound.conf.d/zones.conf
Normal file
3
etc/unbound/unbound.conf.d/zones.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
auth-zone:
|
||||
name: objectbrokers.com
|
||||
zonefile: /etc/unbound/zones/objectbrokers.zone
|
||||
Reference in New Issue
Block a user