SRV Records

From Davical
Revision as of 18:18, 15 September 2015 by Fenton (talk | contribs) (Undo revision 3521 by Gorka (talk) Moving page rather than deleting it)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Template:Languages

SRV Records with DNSMasq

There's a write-up of this with DNSMasq on my blog:

http://andrew.mcmillan.net.nz/blog/srv_records_with_dnsmasq

We need to transfer some of that content here, and also provide some more recipes for Bind & other DNS servers as well...

SRV Records with Bind

There's a good summary here, though it kind of expects you already know a bit about Bind:

http://www.linuxquestions.org/linux/answers/Networking/Configure_BIND_DNS_to_Answer_Active_Directory_Queries

For a carddav the SRV record would look something like:

_carddavs._tcp.example.com. SRV 10 5 8443 carddav.example.com.

For a https CardDAV service with priority 10, weight 5 on port 8443 of carddav.example.com.