diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-12-20 07:14:13 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-12-20 07:14:13 +0000 |
commit | 108fc2fe8f6ff1d73c95440cd1a96c875a03f1d4 (patch) | |
tree | 7ac9a77861b9503e4973673cce09f2d28072c7b1 | |
parent | d73fe00be7a0757f6731b7b988d90e766f053835 (diff) | |
download | dns-108fc2fe8f6ff1d73c95440cd1a96c875a03f1d4.tar.xz |
Drop localhost and 127.0.0.1 reverse zones
-rw-r--r-- | named.conf | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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"; |