summaryrefslogtreecommitdiff
path: root/frontends/var/nsd/etc/nsd.conf.slave.tpl
blob: d9d93fe6892a7f725658d0f2fb9688775bf0770f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include: "/var/nsd/etc/key.conf"

server:
	hide-version: yes
	verbosity: 1
	database: "" # disable database

remote-control:
	control-enable: yes
	control-interface: /var/run/nsd.sock

<% for my $zone (@$dns_zones) { %>
zone:
	name: "<%= $zone %>"
	allow-notify: 23.88.35.144 blowfish.buetow.org
	request-xfr: 23.88.35.144 blowfish.buetow.org
<% } %>