From 026edfb64c6d24b673edff6578c3b73676c1da38 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 24 Apr 2000 22:52:36 +0000 Subject: [PATCH] test/sample configuration --- bin/rndc/rndc.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bin/rndc/rndc.conf 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"; +};