diff --git a/bin/rndc/rndc.conf b/bin/rndc/rndc.conf new file mode 100644 index 0000000000..09400a5228 --- /dev/null +++ b/bin/rndc/rndc.conf @@ -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"; +};