SVN: admin/dns/named.conf

adamg adamg at pld-linux.org
Wed Jun 18 17:12:30 CEST 2008


Author: adamg
Date: Wed Jun 18 17:12:29 2008
New Revision: 9810

Modified:
   admin/dns/named.conf
Log:
- provide root.hint

Modified: admin/dns/named.conf
==============================================================================
--- admin/dns/named.conf	(original)
+++ admin/dns/named.conf	Wed Jun 18 17:12:29 2008
@@ -27,6 +27,11 @@
         category notify { xfer-log; };
 };
 
+zone "." IN {
+        type hint;
+        file "root.hint";
+};
+
 include "/etc/acl_tpnet.conf";
 include "/etc/acl_vnet.conf";
 include "/etc/named.conf.tpnet";


More information about the pld-cvs-commit mailing list