2448. [func] Add NSEC3 support. [RT #15452]
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user