![Takashi Kajinami](/assets/img/avatar_default.png)
In Debian families, the rndc.key file is created in /etc/bind instead of /etc. This fixes the key file path in rndc.conf. Also this updates the rncd.conf path to place it in the same directory. Change-Id: If6fa440541b5c8b3073b72de97d9550dbe6f8c2a
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
include "<%= @dnsdir %>/rndc.key";
|
|
options {
|
|
default-key "rndc-key";
|
|
default-server <%= @bind_host %>;
|
|
default-port 953;
|
|
};
|