DNS Management & Nameservers

Managing DNS Records

Published · Updated 1 min read
Knowledge base article
Contents (6 sections)

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 answer helps us decide what to improve next.

Still need help? Open a support ticket and our team will reply.

Prefer an app? Add this site to your home screen.Get the app
Managing DNS Records - Knowledge Base