summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-03-22 14:54:47 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2016-03-22 14:54:47 +0000
commit276f8c813b912c025690282dd2696dabd07f4f15 (patch)
tree1c95aa8d2eb336ed258c6c00ae543dfe445c065c
parent35a7c29e36705b580e115cd3e20112a91fd30568 (diff)
downloaddns-276f8c813b912c025690282dd2696dabd07f4f15.tar.xz
named-slave.conf: Remove localhost zones
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--named-slave.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/named-slave.conf b/named-slave.conf
index e946e85..6b675fa 100644
--- a/named-slave.conf
+++ b/named-slave.conf
@@ -20,18 +20,6 @@ options {
};
};
-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";