]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add regression test for [GL #4991]
authorMark Andrews <marka@isc.org>
Mon, 21 Oct 2024 00:43:29 +0000 (11:43 +1100)
committerMark Andrews <marka@isc.org>
Mon, 21 Oct 2024 23:34:12 +0000 (10:34 +1100)
bin/tests/system/_common/rndc.conf

index b887ec3eda5eefc58aeeb295d4407d826811fdc1..26420d5c6a4a41f53ecd9a1994e613c6bfcf79c3 100644 (file)
@@ -19,3 +19,9 @@ key rndc_key {
        algorithm       hmac-sha256;
        secret          "1234abcd8765";
 };
+
+/* Regresssion test for [GL #4991] */
+server example.com {
+       key rndc-key;
+       addresses { localhost; 127.0.0.1; ::1; };
+};