mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
10 lines
397 B
Smarty
10 lines
397 B
Smarty
host-record={{ domain }},{{ ipv4 }}
|
|
host-record=xmpp-upload.{{ domain }},{{ ipv4 }}
|
|
{% 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
|