Complete Guide to Managing DNS Records Print

  • 0

DNS records control how internet traffic reaches your services.


Common DNS Record Types

Record Purpose
A Points domain to IPv4 address
AAAA Points domain to IPv6
CNAME Alias for another hostname
MX Email routing
TXT Verification/security
SRV Service-specific routing

How to Add DNS Records

  1. Log into cPanel
  2. Open Zone Editor
  3. Click Manage
  4. Add required record

Example MX Record

 
Priority: 10
Destination: mail.yourdomain.com
 

SPF Record Example

 
v=spf1 +a +mx +ip4:YOUR_SERVER_IP ~all
 

Pro Tip

Incorrect DNS records can break email delivery even if your website works perfectly.


Was this answer helpful?

« Back