mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 15:09:59 -04:00
Rather than using named.conf include, render the controls directly into the config using jinja2 template include.
4 lines
115 B
Django/Jinja
4 lines
115 B
Django/Jinja
{% include "_common/rndc.key" %}
|
|
controls {
|
|
inet @ns.ip@ port @CONTROLPORT@ allow { any; } keys { rndc_key; };
|
|
};
|