svn commit: r202819 - stable/7/etc/namedb
Doug Barton
dougb at FreeBSD.org
Fri Jan 22 17:31:54 UTC 2010
Author: dougb
Date: Fri Jan 22 17:31:54 2010
New Revision: 202819
URL: http://svn.freebsd.org/changeset/base/202819
Log:
MFC r202582:
Update named.conf for documentation IP addresses and domains
Modified:
stable/7/etc/namedb/named.conf
Directory Properties:
stable/7/etc/ (props changed)
stable/7/etc/rc.d/ (props changed)
Modified: stable/7/etc/namedb/named.conf
==============================================================================
--- stable/7/etc/namedb/named.conf Fri Jan 22 17:30:36 2010 (r202818)
+++ stable/7/etc/namedb/named.conf Fri Jan 22 17:31:54 2010 (r202819)
@@ -125,7 +125,7 @@ zone "in-addr.arpa" {
1. Faster local resolution for your users
2. No spurious traffic will be sent from your network to the roots
*/
-// RFC 1912
+// RFC 1912 (and BCP 32 for localhost)
zone "localhost" { type master; file "/etc/namedb/master/localhost-forward.db"; };
zone "127.in-addr.arpa" { type master; file "/etc/namedb/master/localhost-reverse.db"; };
zone "255.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; };
@@ -159,8 +159,21 @@ zone "168.192.in-addr.arpa" { type maste
// Link-local/APIPA (RFCs 3330 and 3927)
zone "254.169.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; };
-// TEST-NET for Documentation (RFC 3330)
+// TEST-NET-[1-3] for Documentation (RFC 5737)
zone "2.0.192.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; };
+zone "100.51.198.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; };
+zone "113.0.203.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; };
+
+// IPv6 Range for Documentation (RFC 3849)
+zone "0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa" { type master; file "/etc/namedb/master/empty.db"; };
+
+// Domain Names for Documentation and Testing (BCP 32)
+zone "test" { type master; file "/etc/namedb/master/empty.db"; };
+zone "example" { type master; file "/etc/namedb/master/empty.db"; };
+zone "invalid" { type master; file "/etc/namedb/master/empty.db"; };
+zone "example.com" { type master; file "/etc/namedb/master/empty.db"; };
+zone "example.net" { type master; file "/etc/namedb/master/empty.db"; };
+zone "example.org" { type master; file "/etc/namedb/master/empty.db"; };
// Router Benchmark Testing (RFC 3330)
zone "18.198.in-addr.arpa" { type master; file "/etc/namedb/master/empty.db"; };
More information about the svn-src-stable
mailing list