Skip to main content
Stackryze DNS serves every classic DNS record type and a strong set of modern ones — the records the modern web actually uses, not just the 1990s subset.

Classic records

Modern records

These are the records the modern web is built on and most providers still don’t support. Stackryze DNS serves them natively.

SVCB and HTTPS

Service bindings — a single record that says “to reach this service, here’s the host, the port, the ALPN, and the IP hints.”
HTTPS is a mandatory-alpn alias of SVCB for the common case of serving HTTPS. Common SvcParams:

TLSA

DANE — associate a TLS certificate or public key with a name. Used to lock down SMTP, HTTPS, and other TLS endpoints against rogue CAs.
Three fields:

OPENPGPKEY and SMIMEA

Associate an OpenPGP or S/MIME key with an email address for end-to-end crypto verification:

CAA, CERT, DS, DNSKEY, RRSIG, NSEC, NSEC3

The DNSSEC chain records, plus CAA and CERT. All served correctly. NSEC3 with opt-out is supported.

URI

Publish a target URI for a name, used by some SSHFP and call-home protocols:

NAPTR

Naming Authority Pointer — used by ENUM, SIP, and XMPP federation:

What’s not supported

A few record types deliberately aren’t served by Stackryze DNS:
  • Wildcard DNSSEC at multiple levels without explicit signing.
  • TYPE65534 and other private/experimental types.
If you need an exotic record type not listed here, open an issue on github.com/stackryze/DNS.

Where to go next

Zones and records

The mental model behind records.

DNSSEC

Cryptographic validation for your zone.

Configure DNS records

Step-by-step record creation.

API reference

Manage records programmatically.