[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:
Moul 2017-03-03 08:34:01 +01:00
parent 4b9e2ffbbc
commit eb5a7607e4

View file

@ -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