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:
- ns.c3d2.de
- spaceboyz.net
serial: 2017011300
serial: 2017012300
reverse-zones-inet:
- 72.20.172.in-addr.arpa

View File

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