[BACK]Return to named.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/named.conf between version 1.5 and 1.6

version 1.5, 2008/07/23 05:47:48 version 1.6, 2010/08/24 13:18:58
Line 5 
Line 5 
   
 options {  options {
         directory "/etc/namedb";          directory "/etc/namedb";
           dnssec-enable yes;
           dnssec-validation yes;
           dnssec-lookaside auto;
           managed-keys-directory "keys";
         allow-recursion { localhost; localnets; };          allow-recursion { localhost; localnets; };
   
         #          #

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>