Merge update_test.pl into system test scripts
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
example.bk
|
||||
named.run
|
||||
update.bk
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.1 2000/07/06 00:54:03 mws Exp $ */
|
||||
/* $Id: named.conf,v 1.2 2000/07/24 22:53:40 mws Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
@@ -35,4 +35,11 @@ zone "example.nil" {
|
||||
allow-transfer { any; };
|
||||
};
|
||||
|
||||
zone "update.nil" {
|
||||
type slave;
|
||||
masters { 10.53.0.1; };
|
||||
file "update.bk";
|
||||
allow-transfer { any; };
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user