svn commit: r219017 - stable/7/etc/namedb

Doug Barton dougb at FreeBSD.org
Thu Feb 24 23:45:14 UTC 2011


Author: dougb
Date: Thu Feb 24 23:45:13 2011
New Revision: 219017
URL: http://svn.freebsd.org/changeset/base/219017

Log:
  MFC r218753:
  
  Remove in-addr.arpa from the list of zones it is possible to slave locally
  
  MFC r218865:
  
  Add a note about AXFR of important zones being available from ICANN

Modified:
  stable/7/etc/namedb/named.conf
Directory Properties:
  stable/7/etc/   (props changed)

Modified: stable/7/etc/namedb/named.conf
==============================================================================
--- stable/7/etc/namedb/named.conf	Thu Feb 24 23:43:56 2011	(r219016)
+++ stable/7/etc/namedb/named.conf	Thu Feb 24 23:45:13 2011	(r219017)
@@ -91,6 +91,11 @@ zone "." { type hint; file "/etc/namedb/
 
 	To use this mechanism, uncomment the entries below, and comment
 	the hint zone above.
+
+	As documented at http://dns.icann.org/services/axfr/ these zones:
+	"." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and ROOT-SERVERS.NET
+	are availble for AXFR from these servers on IPv4 and IPv6:
+	xfr.lax.dns.icann.org, xfr.cjr.dns.icann.org
 */
 /*
 zone "." {
@@ -109,14 +114,6 @@ zone "arpa" {
 	};
 	notify no;
 };
-zone "in-addr.arpa" {
-	type slave;
-	file "/etc/namedb/slave/in-addr.arpa.slave";
-	masters {
-		192.5.5.241;	// F.ROOT-SERVERS.NET.
-	};
-	notify no;
-};
 */
 
 /*	Serving the following zones locally will prevent any queries


More information about the svn-src-stable mailing list