diff --git a/Python/etc/bind/named.conf.local b/Python/etc/bind/named.conf.local index ab5110c..53383ce 100644 --- a/Python/etc/bind/named.conf.local +++ b/Python/etc/bind/named.conf.local @@ -95,17 +95,6 @@ with view("default-view", "any") as v: v.p('// zones crans') v.p('include "/etc/bind/generated/zones_crans";') - if has("dns-tv"): - v.p('// La zone TV') - with zone("tv.crans.org", "master") as z: - if not "tv.crans.org" in config.dns.zones_dnssec: - z.p('file "/etc/bind/generated/db.tv.crans.org";') - else: - z.p('file "/etc/bind/signed/db.tv.crans.org";') - - with zone("239.in-addr.arpa", "master") as z: - 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";')