13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
|
# Start of rndc.conf
|
||
|
key "rndc-key" {
|
||
|
algorithm hmac-sha256;
|
||
|
secret "Divr3QQ1G6qBBuRAx1QPiE4hFwnC6of6z3o82PYf7TY=";
|
||
|
};
|
||
|
|
||
|
options {
|
||
|
default-key "rndc-key";
|
||
|
default-server 127.0.0.1;
|
||
|
default-port 953;
|
||
|
};
|
||
|
# End of rndc.conf
|