mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Avoid to define the ip on wildcard subdomains too
This commit is contained in:
parent
5422a49d82
commit
116a15f9f1
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
address=/{{ domain }}/{{ ipv4 }}
|
||||
address=/xmpp-upload.{{ domain }}/{{ ipv4 }}
|
||||
host-record={{ domain }},{{ ipv4 }}
|
||||
host-record=xmpp-upload.{{ domain }},{{ ipv4 }}
|
||||
{% if ipv6 %}
|
||||
address=/{{ domain }}/{{ ipv6 }}
|
||||
address=/xmpp-upload.{{ domain }}/{{ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue