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";
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to