3061. [func] New option "dnssec-signzone -D", only write out
generated DNSSEC records. [RT #22896]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.44 2011/02/28 14:21:35 fdupont Exp $ */
|
||||
/* $Id: named.conf,v 1.45 2011/03/05 06:35:41 marka Exp $ */
|
||||
|
||||
// NS3
|
||||
|
||||
@@ -207,4 +207,14 @@ zone "ttlpatch.example" {
|
||||
file "ttlpatch.example.db.patched";
|
||||
};
|
||||
|
||||
zone "split-dnssec.example" {
|
||||
type master;
|
||||
file "split-dnssec.example.db";
|
||||
};
|
||||
|
||||
zone "split-smart.example" {
|
||||
type master;
|
||||
file "split-smart.example.db";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
||||
Reference in New Issue
Block a user