svn commit: r218753 - head/etc/namedb

Doug Barton dougb at FreeBSD.org
Wed Feb 16 21:23:09 UTC 2011


Author: dougb
Date: Wed Feb 16 21:23:09 2011
New Revision: 218753
URL: http://svn.freebsd.org/changeset/base/218753

Log:
  Remove in-addr.arpa from the list of zones it is possible to slave locally

Modified:
  head/etc/namedb/named.conf

Modified: head/etc/namedb/named.conf
==============================================================================
--- head/etc/namedb/named.conf	Wed Feb 16 21:21:23 2011	(r218752)
+++ head/etc/namedb/named.conf	Wed Feb 16 21:23:09 2011	(r218753)
@@ -109,14 +109,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-all mailing list