Skip to content

Record types

This reference article shows all predefined record types of the STACKIT DNS service.

TypeRecord IdDescription
A1Maps a domain name to an IPv4 address.
AAAA28Maps a domain name to an IPv6 address.
CNAME5Alias record pointing to another domain, subdomain, or FQDN – cannot be used along with records of same name or as same-as-zone record.
MX15Maps domain name to the mail servers.
NS2Delegates subzones to an authoritative name server.
PTR12Offers reverse resolution as a counterpart to A and AAAA records.
SOA6Stores information about the zone, configure using zone settings.
SRV33Points to a service on a host, carrying additional information about the service.
TXT16Record carries free text as record data.
HINFO13Legacy: CPU / OS Info. Today: providing minimal-sized answers to DNS queries of query type ANY
ALIAS-Alias record pointing to another domain – only use with same-as-zone name record.
CAA257Configure certificate authorities which can issue certificates to the domain.
DNAME39Alias record pointing all queries for the zone to another domain, subdomain, or FQDN – not to an IP.
URI256Maps a domain to a Uniform Resource Identifier (URI) for specifying the location of services.
CERT37Stores and retrieves various types of certificates, such as email signing, encryption, and authentication certificates.
DNSKEY78Contains the public key that a DNS zone uses to sign all of its DNS records, part of the DNSSEC protocol.
DS43Contains a hash of a DNSKEY record, used to establish a chain of trust across zone boundaries, also part of the DNSSEC protocol.
LOC29Stores geographic location information for a domain, allowing for DNS-based location management.
NAPTR35Maps server and user addresses in the Session Initiation Protocol (SIP), providing a method for DNS-based service discovery and routing.
SSHFP44Identifies SSH keys associated with a hostname, providing a method for DNS-based SSH key management.
TLSA52Associates a TLS server certificate or public key with the domain name where the record is found, enhancing the security of TLS sessions.
SVCB64Associates service details with a domain, guiding optimal and secure connections, enhancing the performance and security of client-server interactions.
HTTPS65Connection information for a secure connection via HTTPS. Basically a specialized SVCB record.
Custom-Allows the creation of any kind of resource record using the matching ID https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4