mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
test/sample configuration
This commit is contained in:
13
bin/rndc/rndc.conf
Normal file
13
bin/rndc/rndc.conf
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
options {
|
||||||
|
default-server localhost;
|
||||||
|
default-key "key";
|
||||||
|
};
|
||||||
|
|
||||||
|
server localhost {
|
||||||
|
key "key";
|
||||||
|
};
|
||||||
|
|
||||||
|
key "key" {
|
||||||
|
algorithm hmac-md5;
|
||||||
|
secret "strong enough for a man, but made for a woman";
|
||||||
|
};
|
Reference in New Issue
Block a user