use rndc instead of kill to reload the servers ... with the added benefit

that now the body of this test should pass on BSD/OS
This commit is contained in:
David Lawrence
2000-07-10 11:39:51 +00:00
parent 2c6d0da369
commit 27c1fa93a0
6 changed files with 71 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: named1.conf,v 1.8 2000/06/22 21:52:57 tale Exp $ */
/* $Id: named1.conf,v 1.9 2000/07/10 11:39:50 tale Exp $ */
options {
query-source address 10.53.0.3;
@@ -29,6 +29,15 @@ options {
notify yes;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-md5;
};
controls {
inet 10.53.0.3 port 9953 allow { 10.53.0.3; } keys { rndc_key; };
};
zone "." {
type hint;
file "root.hint";

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: named2.conf,v 1.8 2000/06/22 21:52:58 tale Exp $ */
/* $Id: named2.conf,v 1.9 2000/07/10 11:39:51 tale Exp $ */
options {
query-source address 10.53.0.3;
@@ -29,6 +29,15 @@ options {
notify yes;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-md5;
};
controls {
inet 10.53.0.3 port 11953 allow { 10.53.0.3; } keys { rndc_key; };
};
zone "." {
type hint;
file "root.hint";