summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-01-18 18:37:47 +0000
committerdougb <dougb@FreeBSD.org>2010-01-18 18:37:47 +0000
commit338db2a12e68bf01bb8bf0dec33232bedc90e326 (patch)
tree0f22f9251c8911cc220d27dda90a94b18877d9c1 /etc
parentd100a17baff8467bab1d16c552191a12ddf0756b (diff)
downloadFreeBSD-src-338db2a12e68bf01bb8bf0dec33232bedc90e326.zip
FreeBSD-src-338db2a12e68bf01bb8bf0dec33232bedc90e326.tar.gz
Update the example named.conf file to answer locally for the newly
released IPv4 documentation ranges (http://tools.ietf.org/html/rfc5737) and catch up to the IPv6 documentation range and domain names that 5737 also references.
Diffstat (limited to 'etc')
-rw-r--r--etc/namedb/named.conf17
1 files changed, 15 insertions, 2 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf
index 2fb72d8..57b7bf5 100644
--- a/etc/namedb/named.conf
+++ b/etc/namedb/named.conf
@@ -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 master; file "/etc/namedb/master/empty.db"; }
// 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"; };
OpenPOWER on IntegriCloud