[Dnsmasq-discuss] Syntax for srv-records

Guido Schmidt gs at schalloch.de
Tue Jan 16 12:44:29 GMT 2018


I'm trying to set up some srv-records for sip. These are the records I 
have in bind syntax:

;; RECORDS: rr
_sip._tcp		IN    SRV	30 10 5060 sipx2
_sip._udp		IN    SRV	30 10 5060 sipx2
_sips._tcp		IN    SRV	30 10 5061 sipx2
_sip._tls		IN    SRV	30 10 5061 sipx2
_sip._tcp.rr		IN    SRV	30 10 5070 sipx2
_sip._tcp.rr.sipx2	IN    SRV	10 10 5070 sipx2


I successfully managed to translate the first four to

srv-host=_sip._tcp,sipx2.example.org,5060,20,10
srv-host=_sip._udp,sipx2.example.org,5060,20,10
srv-host=_sips._tcp,sipx2.example.org,5061,20,10
srv-host=_sip._tls,sipx2.example.org,5061,20,10


But the last two won't work:

srv-host="_sip._tcp.rr",sipx2.example.org,5070,20,10
srv-host="_sip._tcp.rr.sipx2",sipx2.example.org,5070,20,10

Can someone enlighten me what would be the right syntax?

Guido



More information about the Dnsmasq-discuss mailing list