blob: c45d4235228ee2702f84c63e9455c22f03efea1f (
plain)
1
2
3
4
|
{% if fileorigin %}$ORIGIN {{ fileorigin }}.in-addr.arpa.{% endif %}
$ORIGIN {{ inaddr }}.in-addr.arpa.
{% for host in hosts %}{{ host.0.3 }} PTR {{ host.1.0 }}.{{ host.1.1 }}
{% endfor %}
|