bindcar 0.7.0

HTTP REST API for managing BIND9 zones via rndc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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;
};