puppet-openstack-integration/templates/rndc.conf.erb
Takashi Kajinami 6fb144ec85 Designate: Use appropriate IP version for bind and mdns
... instead of using 127.0.0.1 always.

Change-Id: I27f976bde8a0f61aed814156f97a84b19f653b86
2023-02-28 20:14:11 +09:00

7 lines
138 B
Plaintext

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