mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] dnsmasq conf: remove deprecated XMPP DNS record line.
- https://serverfault.com/questions/582106/should-i-specify-the-srv-record-jabber-tcp
This commit is contained in:
parent
4b9e2ffbbc
commit
eb5a7607e4
1 changed files with 0 additions and 1 deletions
|
@ -4,4 +4,3 @@ 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
|
||||
srv-host=_jabber._tcp.{{ domain }},{{ domain }},5269,0,5
|
||||
|
|
Loading…
Add table
Reference in a new issue