From feb5ad26a97187317c681cd6e4204d70f8cedfc7 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 31 Jan 2014 03:08:21 +0100 Subject: [PATCH] =?UTF-8?q?[dns]=20La=20zone=20tv=20est=20g=C3=A9n=C3=A9r?= =?UTF-8?q?=C3=A9=20comme=20les=20autres=20maintenant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/etc/bind/named.conf.local | 11 ----------- 1 file changed, 11 deletions(-) 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";')