1600. [bug] Duplicate zone pre-load checks were not case
insensitive.
1599. [bug] Fix memory leak on error path when checking named.conf.
1598. [func] Specify that certain parts of the namespace must
be secure (dnssec-must-be-secure).
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.18.12.5 2004/03/10 02:55:55 marka Exp $ */
|
||||
/* $Id: named.conf,v 1.18.12.6 2004/04/15 23:56:26 marka Exp $ */
|
||||
|
||||
// NS3
|
||||
|
||||
@@ -74,4 +74,9 @@ zone "keyless.example" {
|
||||
file "keyless.example.db.signed";
|
||||
};
|
||||
|
||||
zone "mustbesecure.example" {
|
||||
type master;
|
||||
file "mustbesecure.example.db";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
||||
Reference in New Issue
Block a user