2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

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