From 3273660211a3b4f6a261a001009f69d20b43f44b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 May 2014 22:30:25 +0200 Subject: [PATCH] Erm, that was not supposed to be there --- modules/named/files/common/named.conf.local | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/modules/named/files/common/named.conf.local b/modules/named/files/common/named.conf.local index df1006825..5397f6d3d 100644 --- a/modules/named/files/common/named.conf.local +++ b/modules/named/files/common/named.conf.local @@ -5,24 +5,3 @@ include "/etc/bind/named.conf.acl"; include "/etc/bind/geodns/named.conf.geo"; - -view "default" { - match-clients { any; }; - - zone "security.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.security.debian.org"; - notify no; - allow-query { any; }; - allow-transfer { }; - }; - - zone "www.debian.org" { - type master; - file "/etc/bind/geodns/zonefiles/db.www.debian.org"; - notify no; - allow-query { any; }; - allow-transfer { }; - }; - -}; -- 2.20.1