feat: Add remote-servers configuration for BIND 9.20

- Create new remote-servers template
- Integrate into configuration generator
This commit is contained in:
Daniel Akulenok
2025-12-07 20:15:41 +01:00
committed by Daniel Akulenok
parent 400d13457c
commit 6ab14c4021
2 changed files with 23 additions and 0 deletions

View File

@@ -54,3 +54,6 @@
{% if item.view is defined and item.view %}
{% include 'named.conf.view.j2' %}
{% endif %}
{% if item.remote_servers is defined and item.remote_servers %}
{% include 'named.conf.remote-servers.j2' %}
{% endif %}