fix nsupdate test

rndc_reload was failing on windows
This commit is contained in:
Evan Hunt
2019-01-23 21:02:03 -08:00
parent 7942bc93e2
commit 5656e97ddf

View File

@@ -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";