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