2
0
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:
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";
};