Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Enable dnssec, and populate managed-keys.bind



details:   https://anonhg.NetBSD.org/src/rev/be5254c214a4
branches:  trunk
changeset: 757303:be5254c214a4
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 24 13:18:58 2010 +0000

description:
Enable dnssec, and populate managed-keys.bind

diffstat:

 etc/named.conf |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4d95f7d9ac79 -r be5254c214a4 etc/named.conf
--- a/etc/named.conf    Tue Aug 24 13:18:04 2010 +0000
+++ b/etc/named.conf    Tue Aug 24 13:18:58 2010 +0000
@@ -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; };
 
        #



Home | Main Index | Thread Index | Old Index