From: Mark Andrews Date: Mon, 21 Oct 2024 00:43:29 +0000 (+1100) Subject: Add regression test for [GL #4991] X-Git-Tag: v9.21.3~64^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5a78f6b21b26b7c68dc5e38ff10f527ddfc841e9;p=thirdparty%2Fbind9.git Add regression test for [GL #4991] --- diff --git a/bin/tests/system/_common/rndc.conf b/bin/tests/system/_common/rndc.conf index b887ec3eda5..26420d5c6a4 100644 --- a/bin/tests/system/_common/rndc.conf +++ b/bin/tests/system/_common/rndc.conf @@ -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; }; +};