14 lines
248 B
Plaintext
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";
|
|
};
|