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 암호화로 네트워크를 보호하세요.