From eb5a7607e464b791d079c02e764fbcd2d5f11560 Mon Sep 17 00:00:00 2001 From: Moul Date: Fri, 3 Mar 2017 08:34:01 +0100 Subject: [PATCH] [mod] dnsmasq conf: remove deprecated XMPP DNS record line. - https://serverfault.com/questions/582106/should-i-specify-the-srv-record-jabber-tcp --- data/templates/dnsmasq/domain.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/data/templates/dnsmasq/domain.tpl b/data/templates/dnsmasq/domain.tpl index 9966d1fdf..0dd87f5fd 100644 --- a/data/templates/dnsmasq/domain.tpl +++ b/data/templates/dnsmasq/domain.tpl @@ -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