Enable dnssec, and populate managed-keys.bind

This commit is contained in:
christos 2010-08-24 13:18:58 +00:00
parent 24854e5e7c
commit a5fe3c0d6f
1 changed files with 5 additions and 1 deletions

View File

@ -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; };
#