mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:09:59 -04:00
fix nsupdate test
rndc_reload was failing on windows
This commit is contained in:
parent
7942bc93e2
commit
5656e97ddf
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,15 @@ options {
|
|||
serial-query-rate 1; // workaround for KB AA-01213
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
};
|
||||
|
||||
controls {
|
||||
inet 10.53.0.2 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
key altkey {
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
|
|
|
|||
Loading…
Reference in a new issue