test/sample configuration

This commit is contained in:
David Lawrence 2000-04-24 22:52:36 +00:00
parent 18b3d5d742
commit 026edfb64c

13
bin/rndc/rndc.conf Normal file
View 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";
};