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