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.7 2000/06/22 21:52:52 tale Exp $ */
/* $Id: named1.conf,v 1.8 2000/07/10 11:39:47 tale Exp $ */
options {
query-source address 10.53.0.2;
@@ -27,6 +27,15 @@ options {
notify yes;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-md5;
};
controls {
inet 10.53.0.2 port 9953 allow { 10.53.0.2; } keys { rndc_key; };
};
zone "." {
type hint;
file "root.hint";