mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add xmpp-upload stuff in dnsmasq conf
This commit is contained in:
parent
bc7344b636
commit
503e08b58b
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
address=/{{ domain }}/{{ ipv4 }}
|
||||
address=/xmpp-upload.{{ domain }}/{{ ipv4 }}
|
||||
{% if ipv6 %}
|
||||
address=/{{ domain }}/{{ ipv6 }}
|
||||
address=/xmpp-upload.{{ domain }}/{{ ipv6 }}
|
||||
{% endif %}
|
||||
txt-record={{ domain }},"v=spf1 mx a -all"
|
||||
mx-host={{ domain }},{{ domain }},5
|
||||
|
|
Loading…
Add table
Reference in a new issue