]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Erm, that was not supposed to be there
authorPeter Palfrader <peter@palfrader.org>
Mon, 19 May 2014 20:30:25 +0000 (22:30 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 19 May 2014 20:30:25 +0000 (22:30 +0200)
modules/named/files/common/named.conf.local

index df100682504de5f5a84be4f9db55787d8aa28f5f..5397f6d3d70ba3b656de20e7f745b97cb972e88d 100644 (file)
@@ -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 { };
-  };
-
-};