Fix for RT #23136 task 1.

This commit is contained in:
Scott Mann
2011-05-19 00:31:57 +00:00
parent 8513ad9a35
commit a50ce0f80b
6 changed files with 151 additions and 18 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.46 2011/03/21 01:02:39 marka Exp $ */
/* $Id: named.conf,v 1.47 2011/05/19 00:31:57 smann Exp $ */
// NS3
@@ -223,4 +223,10 @@ zone "nsec3chain-test" {
masters { 10.53.0.2; };
};
zone "expiring.example" {
type master;
allow-update { any; };
file "expiring.example.db.signed";
};
include "trusted.conf";