From d207e3a35cfae6d3c5b4d2ef861dfc4853c947f0 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 11 Jan 2008 22:41:21 +0000 Subject: [PATCH] Remove from the default empty zone list zones that, unlike the others, could theoretically be allocated one day. --- etc/namedb/named.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 85a26a4875ba..865eee0f72b6 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -121,14 +121,6 @@ zone "0.ip6.arpa" { type master; file "master/localhost-reverse.db"; }; // "This" Network (RFCs 1912 and 3330) zone "0.in-addr.arpa" { type master; file "master/empty.db"; }; -// IANA Reserved - Unlikely to ever be assigned -zone "1.in-addr.arpa" { type master; file "master/empty.db"; }; -zone "2.in-addr.arpa" { type master; file "master/empty.db"; }; -zone "223.in-addr.arpa" { type master; file "master/empty.db"; }; - -// Public Data Networks (RFC 3330) -zone "14.in-addr.arpa" { type master; file "master/empty.db"; }; - // Private Use Networks (RFC 1918) zone "10.in-addr.arpa" { type master; file "master/empty.db"; }; zone "16.172.in-addr.arpa" { type master; file "master/empty.db"; };