mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
// It is recommended to create a key and configure Bind to listen to commands
|
|
// sent via rndc. However, it will function just fine without the following
|
|
// four lines.
|
|
include "/etc/bind/rndc.key";
|
|
controls {
|
|
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
|
|
};
|
|
|
|
// Consider adding the 1918 zones here, if they are not used in your
|
|
// organization
|
|
//include "/etc/bind/zones.rfc1918";
|