summaryrefslogtreecommitdiff
path: root/frontends/var/nsd/etc/nsd.conf.master.tpl
blob: 7f5ba56fbe4182d59d4d716b3aa146999be7104c (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
	debug-mode: no

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

<% for my $zone (@$dns_zones) { %>
zone:
	name: "<%= $zone %>"
	zonefile: "master/<%= $zone %>.zone"
<% } %>