Configure DNS records for your domains.
URL: domainindia.com/client/services/dns
Record Types
| Type | Purpose | Example |
|---|---|---|
| A | Domain to IPv4 | yourdomain.com to 103.x.x.x |
| AAAA | Domain to IPv6 | yourdomain.com to 2001:db8::1 |
| CNAME | Alias | www to yourdomain.com |
| MX | Email routing | Priority 10 to mail.yourdomain.com |
| TXT | SPF, DKIM, verification | v=spf1 +a +mx ~all |
| SRV | Service location | SIP, XMPP |
Adding a Record
- Click "Add Record"
- Select record type
- Enter name, value, and TTL
- For MX: set priority (lower = higher preference)
- 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