Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2011 23:43:56 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r219016 - stable/8/etc/namedb
Message-ID:  <201102242343.p1ONhuoA068332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Thu Feb 24 23:43:56 2011
New Revision: 219016
URL: http://svn.freebsd.org/changeset/base/219016

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/8/etc/namedb/named.conf
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/namedb/named.conf
==============================================================================
--- stable/8/etc/namedb/named.conf	Thu Feb 24 22:59:24 2011	(r219015)
+++ stable/8/etc/namedb/named.conf	Thu Feb 24 23:43:56 2011	(r219016)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102242343.p1ONhuoA068332>