7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
// RNDC control
|
|
include "/etc/bind/rndc.key";
|
|
controls {
|
|
inet 127.0.0.1 port 953
|
|
allow { 127.0.0.1; } keys { "rndc-key"; };
|
|
};
|