Client Area

Managing DNS Records

1 min readPublished 8 Mar 2026Updated 18 Apr 202631 views

In this article

  • 1Record Types
  • 2Adding a Record
  • 3Common Setups
  • 4Point domain to hosting
  • 5Email authentication

Configure DNS records for your domains.

URL: domainindia.com/client/services/dns

Record Types

TypePurposeExample
ADomain to IPv4yourdomain.com to 103.x.x.x
AAAADomain to IPv6yourdomain.com to 2001:db8::1
CNAMEAliaswww to yourdomain.com
MXEmail routingPriority 10 to mail.yourdomain.com
TXTSPF, DKIM, verificationv=spf1 +a +mx ~all
SRVService locationSIP, XMPP

Adding a Record

  1. Click "Add Record"
  2. Select record type
  3. Enter name, value, and TTL
  4. For MX: set priority (lower = higher preference)
  5. Click "Save"

Common Setups

Point domain to hosting

  • A record: @ to server IP
  • CNAME: www to yourdomain.com

Email authentication

  • TXT (SPF): v=spf1 +a +mx ~all
  • TXT (DMARC): v=DMARC1; p=quarantine

Tips

  • DNS changes take 24-48 hours to propagate globally
  • Use whatsmydns.net to check propagation
  • Don't delete records unless you know what they do

Was this article helpful?

Your feedback helps us improve our documentation

Still need help? Submit a support ticket

Managing DNS Records - Knowledge Base