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: named2.conf,v 1.7 2000/06/22 21:52:53 tale Exp $ */
/* $Id: named2.conf,v 1.8 2000/07/10 11:39:48 tale Exp $ */
options {
query-source address 10.53.0.2;
@@ -28,6 +28,15 @@ options {
notify yes;
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-md5;
};
controls {
inet 10.53.0.2 port 11953 allow { 10.53.0.2; } keys { rndc_key; };
};
view "internal" {
match-clients { 10.53.0.2;
10.53.0.3; };