SVN: admin/dns/named.conf

adamg adamg at pld-linux.org
Thu Apr 30 16:48:01 CEST 2009


Author: adamg
Date: Thu Apr 30 16:48:01 2009
New Revision: 10346

Modified:
   admin/dns/named.conf
Log:
- when using 'view' statements, all zones must be in views


Modified: admin/dns/named.conf
==============================================================================
--- admin/dns/named.conf	(original)
+++ admin/dns/named.conf	Thu Apr 30 16:48:01 2009
@@ -27,9 +27,12 @@
         category notify { xfer-log; };
 };
 
-zone "." IN {
-        type hint;
-        file "root.hint";
+view "any" {
+	match-clients { any; };
+	zone "." IN {
+        	type hint;
+	        file "root.hint";
+	};
 };
 
 include "/etc/acl_tpnet.conf";


More information about the pld-cvs-commit mailing list