Added RT #2399 regression test

This commit is contained in:
Andreas Gustafsson
2002-01-22 22:27:29 +00:00
parent 48b0f5ff87
commit 473ca0bf8c
9 changed files with 196 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.19 2001/09/19 21:19:51 gson Exp $ */
/* $Id: named.conf,v 1.20 2002/01/22 22:27:28 gson Exp $ */
// NS3
@@ -54,6 +54,12 @@ zone "bogus.example" {
allow-update { any; };
};
zone "dynamic.example" {
type master;
file "dynamic.example.db.signed";
allow-update { any; };
};
zone "insecure.example" {
type master;
file "insecure.example.db";