summaryrefslogtreecommitdiffstats
path: root/etc/namedb
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-06-18 06:29:45 +0000
committerdougb <dougb@FreeBSD.org>2007-06-18 06:29:45 +0000
commitf436b9e0d36ae52aaccf456f10ec162614b42e90 (patch)
treedca7c285ce2c2aebc607ea87f26f45661167f53b /etc/namedb
parent37159c8d5970d0203011afb6e85c4301d360ab13 (diff)
downloadFreeBSD-src-f436b9e0d36ae52aaccf456f10ec162614b42e90.zip
FreeBSD-src-f436b9e0d36ae52aaccf456f10ec162614b42e90.tar.gz
Drop the default zones that are now covered by the new zones that
were added in the last revision.
Diffstat (limited to 'etc/namedb')
-rw-r--r--etc/namedb/named.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf
index 7c51ae6..41a90a8 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.
OpenPOWER on IntegriCloud