Add regression test for [GL #4991]

This commit is contained in:
Mark Andrews 2024-10-21 11:43:29 +11:00
parent 6c095f89f5
commit 5a78f6b21b

View 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; };
};