mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
Add regression test for [GL #4991]
This commit is contained in:
@@ -19,3 +19,9 @@ key rndc_key {
|
|||||||
algorithm hmac-sha256;
|
algorithm hmac-sha256;
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Regresssion test for [GL #4991] */
|
||||||
|
server example.com {
|
||||||
|
key rndc-key;
|
||||||
|
addresses { localhost; 127.0.0.1; ::1; };
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user