summaryrefslogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-12-20 07:14:13 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-12-20 07:14:13 +0000
commit108fc2fe8f6ff1d73c95440cd1a96c875a03f1d4 (patch)
tree7ac9a77861b9503e4973673cce09f2d28072c7b1 /named.conf
parentd73fe00be7a0757f6731b7b988d90e766f053835 (diff)
downloaddns-108fc2fe8f6ff1d73c95440cd1a96c875a03f1d4.tar.xz
Drop localhost and 127.0.0.1 reverse zones
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/named.conf b/named.conf
index 7901987..0803fd5 100644
--- a/named.conf
+++ b/named.conf
@@ -18,18 +18,6 @@ options {
also-notify {178.79.157.58;};
};
-zone "localhost" IN {
- type master;
- file "localhost.zone";
- allow-transfer { any; };
-};
-
-zone "0.0.127.in-addr.arpa" IN {
- type master;
- file "127.0.0.zone";
- allow-transfer { any; };
-};
-
zone "." IN {
type hint;
file "root.hint";