mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 01:30:39 -04:00
test/sample configuration
This commit is contained in:
parent
18b3d5d742
commit
026edfb64c
1 changed files with 13 additions and 0 deletions
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";
|
||||
};
|
||||
Loading…
Reference in a new issue