1589. [func] DNSSEC lookaside validation.

enable-dnssec -> dnssec-enable
This commit is contained in:
Mark Andrews
2004-03-10 02:55:59 +00:00
parent 6630c9a7e3
commit 6790f1d962
30 changed files with 632 additions and 103 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.17.12.4 2004/03/08 04:04:35 marka Exp $ */
/* $Id: named.conf,v 1.17.12.5 2004/03/10 02:55:54 marka Exp $ */
// NS2
@@ -31,7 +31,7 @@ options {
listen-on-v6 { none; };
recursion no;
notify yes;
enable-dnssec yes;
dnssec-enable yes;
};
zone "." {
@@ -39,6 +39,11 @@ zone "." {
file "../../common/root.hint";
};
zone "dlv" {
type master;
file "dlv.db.signed";
};
zone "example" {
type master;
file "example.db.signed";