fuel-ccp-designate/service/files/named.conf.j2

13 lines
346 B
Django/Jinja

include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
include "/etc/bind/rndc.key";
controls {
inet * port {{ designate.rndc_port.cont }}
allow { any; } keys { "rndc-key"; };
inet * port {{ designate.bind_port.cont }}
allow { any; } keys { "rndc-key"; };
};