Files
bind9/bin/rndc/rndc.conf
2000-04-24 22:52:36 +00:00

14 lines
248 B
Plaintext

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";
};