feat: agregar registros extra

This commit is contained in:
f 2024-11-06 18:08:44 -03:00
parent c08b998d21
commit b36f2e3910
No known key found for this signature in database

View File

@ -9,6 +9,11 @@ add {{ vho }} a {{ host_ip }}
add *.{{ vho }} a {{ host_ip }}
add _acme-challenge.{{ vho }} a {{ host_ip }}
add _acme-challenge.{{ vho }} ns _acme-challenge
{% if vhost.dns_extras is defined %}
{% for dns_extra in vhost.dns_extras %}
{{ dns_extra }}
{% endfor %}
{% endif %}
send
{% endfor %}
quit