bind: don't use public-ns for internal reverse zones

This commit is contained in:
Astro 2017-01-23 22:13:36 +01:00
parent dfdf2a290e
commit 9f2b51db1e
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@ bind:
public-ns: public-ns:
- ns.c3d2.de - ns.c3d2.de
- spaceboyz.net - spaceboyz.net
serial: 2017011300 serial: 2017012300
reverse-zones-inet: reverse-zones-inet:
- 72.20.172.in-addr.arpa - 72.20.172.in-addr.arpa

View File

@ -8,9 +8,7 @@ $TTL 10M
2H ; expire 2H ; expire
5M ; minimum 5M ; minimum
) )
{%- for ns in pillar['bind']['public-ns'] %} IN NS {{ pillar['bind']['master-ns'] }}.
IN NS {{ ns }}.
{%- endfor %}
{%- for net, hosts in pillar['hosts-inet'].items() %} {%- for net, hosts in pillar['hosts-inet'].items() %}
{%- for host, aaaa in hosts.items() %} {%- for host, aaaa in hosts.items() %}