The SVCB record (Service Binding) is a general-purpose DNS record type that provides connection information for any service. It's the generic version of the HTTPS record, allowing service-specific connection parameters to be published in DNS.
Check SVCB records for any domain using our free DNS lookup tool.
Look Up SVCB Records →SVCB records (RFC 9460) provide a flexible way to specify connection information for services. They can include:
_myservice._tcp.example.com. 3600 IN SVCB 1 server.example.com. port=8443 alpn=h2
| Field | Description | Example |
|---|---|---|
| Priority | 0 = alias, >0 = service mode | 1, 10, 0 |
| Target | Target hostname (. = self) | server.example.com. |
| Parameters | Service-specific key-value pairs | port=8443 alpn=h2 |
| Parameter | Description | Example |
|---|---|---|
alpn |
Application protocols | alpn=h2,h3 |
port |
TCP/UDP port | port=8443 |
ipv4hint |
IPv4 address hints | ipv4hint=192.0.2.1 |
ipv6hint |
IPv6 address hints | ipv6hint=2001:db8::1 |
ech |
Encrypted Client Hello | ech=base64data |
mandatory |
Required parameters | mandatory=alpn |
Provides direct connection information:
_myservice._tcp.example.com. SVCB 1 server.example.com. port=9000
Redirects to another domain (like CNAME):
_myservice._tcp.example.com. SVCB 0 other.example.net.
| Aspect | SVCB | SRV |
|---|---|---|
| Parameters | Extensible key-value | Fixed (priority, weight, port) |
| IP hints | Supported | No |
| ALPN | Supported | No |
| Alias mode | Yes (priority 0) | No |
| Maturity | Newer (2023) | Established (2000) |
_myapp._tcp.example.com. SVCB 1 . alpn=myprotocol port=5000
_api._tcp.example.com. SVCB 1 primary.example.com. port=443
_api._tcp.example.com. SVCB 2 backup.example.com. port=443
Common issues and solutions:
DNS Explorer validates SVCB records, checks target resolution, and tracks service parameter configuration.
Start free DNS Explorer trial14-day full-feature trial
Use our DNS Record Finder to look up SVCB records for any domain.
Look Up SVCB Records →