SVCB Record Lookup

Check SVCB records (RFC 9460 generic service binding) for any service. Free DNS checker.

What is an SVCB record?

An SVCB record ("service binding") is the generic version of the HTTPS record — same wire format, different type code. It lets a service publish where to reach it (host, port, ALPN protocols) and any service-specific parameters in DNS, in a single record.

When to check SVCB

Reading the results

SVCB values share the same wire format as HTTPS records: priority target params. AliasMode (priority 0) points at another name; ServiceMode (priority > 0) carries parameters describing how to reach the service.

Common errors and pitfalls

FAQ

SVCB vs HTTPS — which should I look up?

If the service is HTTPS, look up the HTTPS record. SVCB is for everything else (or for cases where a service publishes non-HTTPS bindings).

What protocols use SVCB today?

Adoption is early. Some experimental DoH and DoQ deployments use SVCB to advertise alternate transports. The HTTPS subtype is far more widely deployed.

Background reading

See the DNS Records Explained guide.

All record-type lookups

WhereIsDNS has dedicated pages for each common DNS record type. Each one defaults the tool to that record type and includes background on what the record means and what to look for.