Publishing & Domains
Managing DNS records
Understand the common DNS records used for websites, email, verification, and redirects.
Updated 14 May 2026
33 views
Common DNS records
| Record | Used for |
|---|
| A | Points a domain to an IPv4 address. |
| CNAME | Points a subdomain to another hostname. |
| MX | Controls where email is delivered. |
| TXT | Used for SPF, DKIM, DMARC, and verification. |
DNS Management
DNS Management
yourdomain.com
DNS Records
TypeNameContentTTLPriorityActions
A
@
203.0.113.45
1h
-
Delete
CNAME
www
yourdomain.com
1h
-
Delete
MX
@
mail.yourdomain.com
1h
10
Delete
DNS Record Types
A - Points to an IPv4 address
AAAA - Points to an IPv6 address
CNAME - Alias to another domain
MX - Mail server for the domain
TXT - SPF, DKIM, verification
NS - Nameserver for the domain
Email warning: changing nameservers or MX/TXT records can interrupt mail. Copy existing mail records before changing DNS providers.
Be careful with email records
Changing nameservers or MX records can interrupt email. Copy existing email DNS records before changing DNS providers.
Propagation
Some DNS changes are visible quickly; others take longer depending on TTL values and external resolver caching.