Takashi Kajinami 547cebc73f Debian/Ubuntu: Fix rndc.key file path in rndc.conf
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
2023-12-10 00:20:02 +09:00

7 lines
148 B
Plaintext

include "<%= @dnsdir %>/rndc.key";
options {
default-key "rndc-key";
default-server <%= @bind_host %>;
default-port 953;
};