SRV रिकॉर्ड

Service-location record — specifies host AND port for a named service.

SRV रिकॉर्ड क्या है?

SRV (RFC 2782) lets clients discover where a named service lives without hard-coding a hostname or port. It encodes priority, weight, port, and target host. Used heavily by XMPP, Microsoft Active Directory, SIP, Matrix, Minecraft and many VoIP / federated services.

ज़ोन फ़ाइल का उदाहरण

_xmpp-client._tcp.example.com. 300 IN SRV 10 60 5222 xmpp1.example.com.

सामान्य उपयोग

  • XMPP / Jabber federation — _xmpp-client._tcp.
  • Active Directory service location — _ldap._tcp, _kerberos._tcp.
  • SIP / Matrix federation — _sip._tls, _matrix._tcp.
  • Minecraft non-standard server port — _minecraft._tcp.

सामान्य भूलें

Many client libraries only honour SRV for specific protocols; HTTP/HTTPS infamously do NOT use SRV (despite RFC drafts). For HTTP, use CNAME / A.

DNS रिकॉर्ड देखें →

संबंधित रिकॉर्ड प्रकार

सुरक्षा सुझाव

डिफ़ॉल्ट पासवर्ड इस्तेमाल कर रहे हैं? NordVPN एन्क्रिप्शन से अपने नेटवर्क की सुरक्षा करें।