Reference guide · dns-ssl · Published 2026-08-16 · 3 min read

SVCB and HTTPS records for service parameters and connection hints

SVCB and HTTPS DNS records: what they advertise (ALPN, ports, priorities) and how HTTPS + connection hints extend DNS with config.

Flat editorial illustration showing a globe of orbiting nodes resolving into a key and shield form, dotted resolution paths converging.
Illustration: this article at a glance.

SVCB (Service Binding, defined in RFC 9460) and its special case HTTPS (type 65) shift connection parameters out of hard-coded client or app settings and into a DNS record. An HTTPS record for a web host can advertise which services and protocols to use, including an ALPN list, priorities and specific ports.

Understand the record

Write the syntax

A basic HTTPS record uses a priority, a target and parameters:

www.example.com.  3600  IN  HTTPS  1  .  alpn="h3,h2,h1"

A record that advertises HTTP/3 support and delegating to a CDN might look like:

example.com.  3600  IN  HTTPS  1  cdn.example.net. alpn="h3,h2" port=443

Deliver connection hints

Need a website built, fixed, optimised, migrated or replaced?

This technical resource is written by CSMBAC, a small design and development studio. If you would rather hand the problem to a professional, the website service page explains how we build enquiry-ready websites.

Explore website services