summaryrefslogtreecommitdiffstats
path: root/network/yadifa/zones.conf
blob: b1a6206c96c292fea2a4b097d8437b09df77a1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<zone>
	domain              somedomain.eu
	file                "masters/somedomain.eu.zone"
	type                "master"
	allow-query         any
	allow-transfer      any
	allow-update        any
</zone>

<zone>
	domain              localhost
	file                "masters/localhost.zone"
	type                "master"
</zone>

<zone>
	domain              localhost6
	file                "masters/localhost6.zone"
	type                "master"
</zone>