mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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