mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add regression test for [GL #4991]
This commit is contained in:
parent
6c095f89f5
commit
5a78f6b21b
1 changed files with 6 additions and 0 deletions
|
|
@ -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; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue