[bind/named.conf.local] Typo

This commit is contained in:
Valentin Samir 2013-12-08 17:24:54 +01:00
parent 5868d73957
commit fb6ab2c256

View file

@ -104,9 +104,8 @@ with view("default-view", "any") as v:
z.p('file "/etc/bind/signed/db.tv.crans.org";')
with zone("239.in-addr.arpa", "master") as z:
z.p('type master;')
z.p('file "/etc/bind/generated/db.239.in-addr.arpa";')
if has("dns-recursif") and not has("dns-secondary-no-forward"):
with zone("239.in-addr.arpa", "slave") as z:
z.p('file "/etc/bind/generated/db.239.in-addr.arpa";')