DNS Record Types

DNS SaaS supports all standard DNS record types:

A Record

Maps a domain to an IPv4 address.

AAAA Record

Maps a domain to an IPv6 address.

CNAME Record

Alias from one name to another.

  • ⚠️ Only one CNAME allowed per zone
  • MX Record

    Mail exchange record for email routing.

    TXT Record

    Arbitrary text data (SPF, DKIM, verification).

    NS Record

    Delegates a subdomain to a set of name servers.

    SRV Record

    Service locator record.

    CAA Record

    Certification Authority Authorization — restricts which CAs can issue certificates.