All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
16 lines
316 B
Plaintext
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;
|
|
}; |