[bind/named.conf.local] Typo
This commit is contained in:
parent
5868d73957
commit
fb6ab2c256
1 changed files with 1 additions and 2 deletions
|
@ -104,9 +104,8 @@ with view("default-view", "any") as v:
|
||||||
z.p('file "/etc/bind/signed/db.tv.crans.org";')
|
z.p('file "/etc/bind/signed/db.tv.crans.org";')
|
||||||
|
|
||||||
with zone("239.in-addr.arpa", "master") as z:
|
with zone("239.in-addr.arpa", "master") as z:
|
||||||
z.p('type master;')
|
|
||||||
z.p('file "/etc/bind/generated/db.239.in-addr.arpa";')
|
z.p('file "/etc/bind/generated/db.239.in-addr.arpa";')
|
||||||
|
|
||||||
if has("dns-recursif") and not has("dns-secondary-no-forward"):
|
if has("dns-recursif") and not has("dns-secondary-no-forward"):
|
||||||
with zone("239.in-addr.arpa", "slave") as z:
|
with zone("239.in-addr.arpa", "slave") as z:
|
||||||
z.p('file "/etc/bind/generated/db.239.in-addr.arpa";')
|
z.p('file "/etc/bind/generated/db.239.in-addr.arpa";')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue