Adding missing files for RT22771.
This commit is contained in:
13
bin/tests/system/logfileconfig/ns1/rndc.conf
Normal file
13
bin/tests/system/logfileconfig/ns1/rndc.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
options {
|
||||
default-server localhost;
|
||||
};
|
||||
|
||||
server localhost {
|
||||
key "rndc-key";
|
||||
addresses { localhost port 9593; };
|
||||
};
|
||||
|
||||
key "rndc-key" {
|
||||
algorithm hmac-md5;
|
||||
secret "Am9vCg==";
|
||||
};
|
||||
Reference in New Issue
Block a user