break up config; add run_rndc.sh
This commit is contained in:
9
cfg/named.rndc.conf
Normal file
9
cfg/named.rndc.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
key "rndc-key" {
|
||||
algorithm hmac-sha256;
|
||||
secret "Divr3QQ1G6qBBuRAx1QPiE4hFwnC6of6z3o82PYf7TY=";
|
||||
};
|
||||
|
||||
controls {
|
||||
inet 127.0.0.1 port 953
|
||||
allow { 127.0.0.1; } keys { "rndc-key"; };
|
||||
};
|
||||
Reference in New Issue
Block a user