Updated September 2025
Record | Purpose | Example |
---|---|---|
A | Point domain to server IP | @ → 203.0.113.10 |
CNAME | Alias one host to another | www → @ |
MX | Mail exchanger | @ → ASPMX.L.GOOGLE.COM (prio 1) |
TXT | SPF/DKIM/verification | @ → "v=spf1 include:_spf.google.com ~all" |
# Root A
@ A 203.0.113.10
# WWW alias
www CNAME @
# Google Workspace MX
@ MX 1 ASPMX.L.GOOGLE.COM
# SPF example
@ TXT "v=spf1 include:_spf.google.com ~all"
Next: How to choose a brandable .com · E-commerce domain ideas · Free domain generator