diff options
-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"; |