Module Name: src
Committed By: christos
Date: Tue Aug 24 13:18:59 UTC 2010
Modified Files:
src/etc: named.conf
Log Message:
Enable dnssec, and populate managed-keys.bind
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/etc/named.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/named.conf
diff -u src/etc/named.conf:1.5 src/etc/named.conf:1.6
--- src/etc/named.conf:1.5 Wed Jul 23 01:47:48 2008
+++ src/etc/named.conf Tue Aug 24 09:18:58 2010
@@ -1,10 +1,14 @@
-# $NetBSD: named.conf,v 1.5 2008/07/23 05:47:48 dholland Exp $
+# $NetBSD: named.conf,v 1.6 2010/08/24 13:18:58 christos Exp $
# boot file for secondary name server
# Note that there should be one primary entry for each SOA record.
options {
directory "/etc/namedb";
+ dnssec-enable yes;
+ dnssec-validation yes;
+ dnssec-lookaside auto;
+ managed-keys-directory "keys";
allow-recursion { localhost; localnets; };
#