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.31 2007/06/19 23:47:02 tbox Exp $ */
/* $Id: named.conf,v 1.32 2008/09/24 02:46:21 marka Exp $ */
// NS3
@@ -70,11 +70,81 @@ zone "insecure.example" {
allow-update { any; };
};
zone "insecure.nsec3.example" {
type master;
file "insecure.nsec3.example.db";
allow-update { any; };
};
zone "insecure.optout.example" {
type master;
file "insecure.optout.example.db";
allow-update { any; };
};
zone "keyless.example" {
type master;
file "keyless.example.db.signed";
};
zone "nsec3.example" {
type master;
file "nsec3.example.db.signed";
};
zone "optout.nsec3.example" {
type master;
file "optout.nsec3.example.db.signed";
};
zone "nsec3.nsec3.example" {
type master;
file "nsec3.nsec3.example.db.signed";
};
zone "secure.nsec3.example" {
type master;
file "secure.nsec3.example.db.signed";
};
zone "optout.example" {
type master;
file "optout.example.db.signed";
};
zone "secure.optout.example" {
type master;
file "secure.optout.example.db.signed";
};
zone "nsec3.optout.example" {
type master;
file "nsec3.optout.example.db.signed";
};
zone "optout.optout.example" {
type master;
file "optout.optout.example.db.signed";
};
zone "nsec3-unknown.example" {
type master;
nsec3-test-zone yes;
file "nsec3-unknown.example.db.signed";
};
zone "optout-unknown.example" {
type master;
nsec3-test-zone yes;
file "optout-unknown.example.db.signed";
};
zone "multiple.example" {
type master;
file "multiple.example.db.signed";
allow-update { any; };
};
zone "mustbesecure.example" {
type master;
file "mustbesecure.example.db";