Added RT #2399 regression test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user