use base64 for secret in sample config

This commit is contained in:
David Lawrence
2000-07-11 01:31:06 +00:00
parent 87983da955
commit 37ea500c8a

View File

@@ -15,7 +15,11 @@
* SOFTWARE.
*/
/* $Id: rndc.conf,v 1.3 2000/06/22 21:50:02 tale Exp $ */
/* $Id: rndc.conf,v 1.4 2000/07/11 01:31:06 tale Exp $ */
/*
* Sample rndc configuration file.
*/
options {
default-server localhost;
@@ -28,5 +32,5 @@ server localhost {
key "key" {
algorithm hmac-md5;
secret "strong enough for a man, but made for a woman";
secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};