summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/templates/reversesoa.tmpl
blob: 0b775757f4b7af1afa06a9201576968a1de7b45b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\$ORIGIN .
\$TTL $zone[8]
${inaddr}.in-addr.arpa	IN SOA	$zone[4]. $zone[3] (
				$zone[2]     	; serial
				$zone[7]		; refresh interval
				$zone[6]		; retry interval
				$zone[5]		; expire interval
				$zone[8]		; min ttl
				)

			#for $ns in $nameservers
			NS 	$ns[0]
			#end for