From 108fc2fe8f6ff1d73c95440cd1a96c875a03f1d4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 20 Dec 2015 07:14:13 +0000 Subject: Drop localhost and 127.0.0.1 reverse zones --- named.conf | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'named.conf') 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"; -- cgit v1.2.3-54-g00ecf