2448. [func] Add NSEC3 support. [RT #15452]

This commit is contained in:
Mark Andrews
2008-09-24 02:46:23 +00:00
parent 931cb604b1
commit 6098d364b6
120 changed files with 10659 additions and 938 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.28 2007/06/19 23:47:02 tbox Exp $ */
/* $Id: named.conf,v 1.29 2008/09/24 02:46:21 marka Exp $ */
// NS2
@@ -68,5 +68,16 @@ zone "rfc2335.example" {
file "rfc2335.example.db";
};
zone "child.nsec3.example" {
type master;
file "child.nsec3.example.db";
allow-update { none; };
};
zone "child.optout.example" {
type master;
file "child.optout.example.db";
allow-update { none; };
};
include "trusted.conf";