]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix nsupdate test
authorEvan Hunt <each@isc.org>
Thu, 24 Jan 2019 05:02:03 +0000 (21:02 -0800)
committerEvan Hunt <each@isc.org>
Fri, 25 Jan 2019 19:24:10 +0000 (11:24 -0800)
rndc_reload was failing on windows

bin/tests/system/nsupdate/ns2/named.conf.in

index f0cfa91b0bbb2a7639bed748e7065fba3ceef72f..b7038430bd94c481880deb7366b9648db64d9c2a 100644 (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";