DNS management with Dotsync
Overview
Managing your DNS (Domain Name System) is how you tell the world where to find your business services. Whether you are launching a new website, setting up professional email, or verifying ownership of a service, the DNS Dashboard is where you make those connections.
1. Supported Record Types
DotSync supports all industry-standard records. Here is a quick cheat sheet for what each one does:
| Record Type | What it's for... |
|---|---|
| A / AAAA | Connects your domain to a specific web server (IPv4 or IPv6). |
| CNAME | Creates a "nickname" for another domain (e.g., shop points to myshopify.com). |
| MX | Directs your incoming email to a provider like Clearbox. |
| TXT | Used for security signatures (SPF/DKIM) and proving domain ownership. |
| SRV | Connects specific services like VoIP or messaging apps. |
| NS | Identifies which nameservers are "in charge" of your domain. |
| PTR | Used for "Reverse DNS" (mostly for advanced server identification). |
2. How to Add a DNS Record
Adding a record in the DotSync cloud dashboard is designed to be straightforward.
- Navigate to Dotsync → Manage DNS.
- Click the Add Record button.
- Fill in the four core fields:
- Name: The "host" or prefix (e.g.,
www,mail, or@for your main domain). - Type: Select the record type from the dropdown (A, MX, TXT, etc.).
- Content: The "destination" (e.g., an IP address like
192.0.2.1or a hostname). - TTL (Time to Live): This tells the internet how long to "cache" the record. 300 (5 minutes) is recommended for new setups.
- Click Save.
3. Understanding Propagation
When you save a record, the change is instant on our servers, but it takes time for the rest of the internet to see it. This is called Propagation.
- Timeline: While it can technically take up to 48 hours for every global server to update, most changes are visible within 5 to 15 minutes.
- The Wait: If you’ve just registered a brand-new domain, propagation usually happens much faster than if you are updating a record that has existed for years.
4. Troubleshooting Checklist
If your domain isn't working as expected, follow these diagnostic steps:
- Check for Typos: A single extra dot or space in the "Content" field can break a connection.
- Verify the TTL: If you just changed a record, remember that older servers might still be "remembering" your previous setting until the TTL expires.
- Use Diagnostic Tools: * Online: Use a tool like DNSChecker.org to see your record's status around the world.
- Command Line: Use
dig yourdomain.comornslookup yourdomain.comto see exactly what your computer is seeing.
Pro-Tip: If you are using DotSync Nameservers, many of these records (especially for Clearbox Email) can be configured automatically with one click.
Additional Resources
- Nameserver Reference: How to point your domain to DotSync or an external host.
- Registering a Domain: A guide for newcomers claiming their first business name.
- Email Authentication: Setting up TXT records for SPF, DKIM, and DMARC.