Enable dnssec, and populate managed-keys.bind
This commit is contained in:
parent
24854e5e7c
commit
a5fe3c0d6f
@ -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
|
# boot file for secondary name server
|
||||||
# Note that there should be one primary entry for each SOA record.
|
# Note that there should be one primary entry for each SOA record.
|
||||||
|
|
||||||
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; };
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user