mirror of
https://github.com/KevinMidboe/bind9-config.git
synced 2025-10-28 17:10:16 +00:00
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
include "/etc/bind/keys.conf";
|
|
|
|
options {
|
|
default-key "rndc-key";
|
|
default-server 127.0.0.1;
|
|
default-port 953;
|
|
};
|