From 5a78f6b21b26b7c68dc5e38ff10f527ddfc841e9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 21 Oct 2024 11:43:29 +1100 Subject: [PATCH] Add regression test for [GL #4991] --- bin/tests/system/_common/rndc.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/tests/system/_common/rndc.conf b/bin/tests/system/_common/rndc.conf index b887ec3eda..26420d5c6a 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; }; +};