NOC provides a globally distributed authoritative DNS service with built-in health checks, failover, and smart routing. This guide covers adding a domain, configuring DNS records, and pointing your registrar's nameservers to NOC.
Prerequisites
- An active NOC.org account.
- Admin access to your domain registrar (e.g., Namecheap, GoDaddy, Hover).
- A list of your current DNS records (A, AAAA, CNAME, MX, TXT, etc.).
Step 1 — Add Your Domain
- Log in to the NOC Dashboard.
- Click DNS in the left sidebar, then click Add Domain.
- Enter your domain name (e.g.,
example.com). - NOC will automatically scan and import your existing DNS records. Review the imported zone to ensure accuracy.
- Click Confirm & Add.
Step 2 — Configure DNS Records
After import, review and adjust your records as needed:
- Go to DNS » Records for your domain.
- To add a record, click Add Record and select the type:
- A — maps a hostname to an IPv4 address.
- AAAA — maps a hostname to an IPv6 address.
- CNAME — creates an alias pointing to another hostname.
- MX — directs email to your mail servers (set priority values).
- TXT — stores text data for SPF, DKIM, domain verification, etc.
- SRV — defines service locations for protocols like SIP or XMPP.
- Set the TTL (Time to Live). The default of 3600 (1 hour) works well for most records. Use lower values (300) during migrations.
- Click Save after each record.
Step 3 — Update Nameservers at Your Registrar
NOC assigns you a pair of nameservers. You will see them displayed on your domain's overview page:
ns1.noc.org
ns2.noc.org
- Log in to your domain registrar.
- Find the Nameservers or DNS settings for your domain.
- Switch from the default nameservers to Custom Nameservers.
- Enter
ns1.noc.organdns2.noc.org. - Save your changes.
Nameserver changes typically propagate within 1 to 24 hours, though it can take up to 48 hours in some cases.
Step 4 — Verify DNS Resolution
After propagation, verify that your domain resolves through NOC:
dig example.com NS +short
You should see ns1.noc.org and ns2.noc.org in the response. You can also check an A record:
dig example.com A +short
The returned IP should match the A record you configured in the NOC Dashboard.
Registrar-Specific Guides
For step-by-step instructions at specific registrars, see:
- Change Nameservers on Namecheap
- Change Nameservers on GoDaddy
- Change Nameservers on Hover
- Change Nameservers on Network Solutions
Next Steps
- DNS Smart Routing — configure health checks, failover, and geo-based routing.
- DNS Proximity Routing — route users to the nearest server based on latency.