From e56dafe630117f64dd8e74658db41a2cd2c96478 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 18 Jun 2007 06:29:45 +0000 Subject: [PATCH] Drop the default zones that are now covered by the new zones that were added in the last revision. --- etc/namedb/named.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 7c51ae6e6094..41a90a8cebda 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -15,6 +15,10 @@ options { dump-file "/var/dump/named_dump.db"; statistics-file "/var/stats/named.stats"; + disable-empty-zone "255.255.255.255.IN-ADDR.ARPA"; + disable-empty-zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA"; + disable-empty-zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA"; + // If named is being used only as a local resolver, this is a safe default. // For named to be accessible to the network, comment this option, specify // the proper IP address, or delete this option.