Pointing your domain to WHC hosting (nameservers + DNS)
Two ways to connect a domain to your hosting account: full nameserver delegation or individual DNS records. When to use which.
Two ways to connect a domain to your hosting account: full nameserver delegation or individual DNS records. When to use which.
When you buy hosting from us, your website lives on our servers — but visitors only reach it once your domain points there. There are two ways to do that. Pick the one that matches your situation.
Two things often get confused. Worth being clear:
If you need to manage DNS records but aren’t hosting with us, you have three options: (a) use your registrar’s DNS interface (most have one), (b) use a free external DNS provider like Cloudflare, or (c) buy a hosting plan from us and you’ll get the full record editor in your control panel. The article below covers nameserver delegation regardless of your setup.
This is the simplest setup: you tell your domain registrar “use WHC’s nameservers”, and we handle every DNS record for you.
When to use it: You bought your domain from us, or your domain is at another registrar but you don’t have specialised DNS needs (no Cloudflare, no external services managing records).
How to do it:
ns11.rocoder.comns12.rocoder.comThat’s it. Once you’ve saved the nameserver change at your registrar, our DNS infrastructure picks it up and most changes are live within 5 minutes. Some networks (and your local browser cache) may take longer to refresh — that’s outside our control and depends on factors like your previous registrar’s TTL, your ISP’s resolver cache, and your operating system’s DNS cache.
We manage all the records — A, AAAA, MX, TXT — automatically based on your hosting setup.
If your domain is registered with us, this is set up by default; you don’t need to do anything.
Keep your nameservers wherever they are (often Cloudflare or your registrar’s DNS) and create individual records pointing at our servers.
When to use it: You’re using Cloudflare for CDN/security, or you have other services that need DNS records (Google Workspace, MX for a separate mail provider, etc.).
Records to create:
| Type | Host | Value |
|---|---|---|
| A | @ | (your hosting IP — we’ll tell you) |
| A | www | (your hosting IP) |
| MX | @ | (your mail server — we’ll tell you) |
| TXT | @ | (SPF record — we’ll provide) |
| TXT | _dmarc | (DMARC record — we’ll provide) |
Your welcome email lists the exact IP address and mail server hostname for your account. If you’ve misplaced it, open a ticket and we’ll send the details.
TXT records for email are important. Without proper SPF and DMARC, your outbound email gets flagged as spam.
If you’re proxying through Cloudflare (the orange cloud icon), be aware:
Use dig from a terminal or an online tool like dnschecker.org:
dig yourdomain.com.au A
dig yourdomain.com.au MX
dig yourdomain.com.au NS
The A record should match our server IP. The NS records should match the nameservers you set. Globally, you can check propagation at dnschecker.org — most regions show the new values within an hour or two.
ipconfig /flushdns (Windows) / dscacheutil -flushcache (Mac).When in doubt, open a ticket with your domain name and what you’ve tried. We’d rather walk you through it than have you guess.
Let us know — or open a ticket if you're still stuck.