bind9/bin/tests/system/_common/controls.conf.j2
Nicki Křížek f4ca352bc8 Include controls.conf as jinja2 template
Rather than using named.conf include, render the controls directly into
the config using jinja2 template include.
2026-05-27 16:25:43 +02:00

4 lines
115 B
Django/Jinja

{% include "_common/rndc.key" %}
controls {
inet @ns.ip@ port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};