initial commit, without tsig keys
This commit is contained in:
12
cfg/rndc.conf
Normal file
12
cfg/rndc.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user