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.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";
|
||||
|
||||
Reference in New Issue
Block a user