diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-03-22 14:54:47 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-03-22 14:54:47 +0000 |
commit | 276f8c813b912c025690282dd2696dabd07f4f15 (patch) | |
tree | 1c95aa8d2eb336ed258c6c00ae543dfe445c065c | |
parent | 35a7c29e36705b580e115cd3e20112a91fd30568 (diff) | |
download | dns-276f8c813b912c025690282dd2696dabd07f4f15.tar.xz |
named-slave.conf: Remove localhost zones
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | named-slave.conf | 12 |
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"; |