feat: agregar registros extra
This commit is contained in:
parent
c08b998d21
commit
b36f2e3910
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user