first commit
This commit is contained in:
18
nsd.conf
Normal file
18
nsd.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
server:
|
||||
server-count: 1
|
||||
verbosity: 1
|
||||
hide-version: yes
|
||||
zonesdir: "/etc/nsd/zones"
|
||||
|
||||
remote-control:
|
||||
# this allows the use of 'nsd-control' to control NSD. The default is "no"
|
||||
control-enable: yes
|
||||
# the interface NSD listens to for nsd-control. The default is 127.0.0.1
|
||||
control-interface: 127.0.0.1
|
||||
# the key files that allow the use of 'nsd-control'. The default path is "/etc/nsd/". Create these using the 'nsd-control-setup' utility
|
||||
server-key-file: /etc/nsd/nsd_server.key
|
||||
server-cert-file: /etc/nsd/nsd_server.pem
|
||||
control-key-file: /etc/nsd/nsd_control.key
|
||||
control-cert-file: /etc/nsd/nsd_control.pem
|
||||
|
||||
include: "/etc/nsd/nsd.conf.d/zone.conf"
|
||||
Reference in New Issue
Block a user