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:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user