From fb6ab2c2564b90faeda42a3d6ffdb52b85d2567f Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 8 Dec 2013 17:24:54 +0100 Subject: [PATCH] [bind/named.conf.local] Typo --- Python/etc/bind/named.conf.local | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python/etc/bind/named.conf.local b/Python/etc/bind/named.conf.local index 7f9ea99..ab5110c 100644 --- a/Python/etc/bind/named.conf.local +++ b/Python/etc/bind/named.conf.local @@ -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";')