Files
bind/rndc.conf
Wolfgang Hottgenroth 54057f144d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
rndc stuff
2025-10-28 11:25:13 +01:00

16 lines
316 B
Plaintext

# RNDC Configuration
# This file allows local rndc access to the BIND server
# Include the same key file as named uses
include "/etc/named/rndc.key";
options {
default-server localhost;
default-port 953;
default-key "rndc-key";
};
server localhost {
key "rndc-key";
port 953;
};