summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/templates/reverseappend.tmpl
blob: e4f667d37c1a01e5952f23bbbea7c55d120cd181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if $fileorigin != None
\$ORIGIN ${fileorigin}.in-addr.arpa.
#end if
\$ORIGIN ${inaddr}.in-addr.arpa.
#for $host in $hosts
#if $host[2] == 0
${host[3][3]}			PTR	${host[0]}.
#else
${host[3][3]}			PTR	${host[4][0]}-${host[3][2]}.${host[4][1]}.
#end if
#end for