// rndc.conf — client-side RNDC configuration for manual rndc commands
//
// This file is used by the rndc(8) CLI tool when you run rndc commands
// directly on the BIND9 host (e.g., "rndc status", "rndc reload").
// It is NOT read by bindcar — bindcar uses the RNDC_* environment variables.
//
// Install to /etc/bind/rndc.conf or pass via: rndc -c /path/to/rndc.conf
include "/etc/bind/rndc.key";
options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};