Difference between revisions of "SRV Records"

Jump to navigation Jump to search
m
m
Line 7: Line 7:
  _service._proto.name TTL class SRV priority weight port target
  _service._proto.name TTL class SRV priority weight port target


* ''service'': the symbolic name of the desired service.
* '''service''': the symbolic name of the desired service.
* ''proto'': the transport protocol of the desired service; this is usually either TCP or UDP.
* '''proto''': the transport protocol of the desired service; this is usually either TCP or UDP.
* ''name'': the domain name for which this record is valid.
* '''name''': the domain name for which this record is valid.
* ''TTL'': standard DNS time to live field.
* '''TTL''': standard DNS time to live field.
* ''class'': standard DNS class field (this is always ''IN'').
* '''class''': standard DNS class field (this is always ''IN'').
* ''priority'': the priority of the target host, lower value means more preferred.
* '''priority''': the priority of the target host, lower value means more preferred.
* ''weight'': A relative weight for records with the same priority.
* '''weight''': A relative weight for records with the same priority.
* ''port'': the TCP or UDP port on which the service is to be found.
* '''port''': the TCP or UDP port on which the service is to be found.
* ''target'': the canonical hostname of the machine providing the service.
* '''target''': the canonical hostname of the machine providing the service.


== XMPP SRV records ==
== XMPP SRV records ==