mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
9 lines
287 B
Smarty
9 lines
287 B
Smarty
{% set interfaces_list = interfaces.split(' ') %}
|
|
{% for interface in interfaces_list %}
|
|
interface-name={{ domain }},{{ interface }}
|
|
{% endfor %}
|
|
{% if ipv6 %}
|
|
host-record={{ domain }},{{ ipv6 }}
|
|
{% endif %}
|
|
txt-record={{ domain }},"v=spf1 mx a -all"
|
|
mx-host={{ domain }},{{ domain }},5
|