Add DNS records
⚠️ Expect a brief downtime
When you change your DNS records, your domain will point away from your current hosting and toward Unhid. Until Unhid finishes verifying your domain and issuing a TLS certificate, visitors may see an error page. Think of it like changing the address on a mailbox — there's a short gap between removing the old address and the new one becoming active.
This typically lasts 5–15 minutes, but in some cases can take up to an hour depending on how fast DNS propagates and how quickly the certificate is issued.
Tip: If you want to minimize downtime, make these changes during a low-traffic period for your site.
Questions or need help? Reach out at support@unhid.ai or join our Slack community.
After adding your site, the dashboard will show you two CNAME records to add in your domain registrar's DNS settings:
Record 1 — Verify domain ownership
This is a validation CNAME used to prove you own the domain and issue a TLS certificate. The name and value are unique to your site and shown in your dashboard.
Type: CNAME
Name: (the validation name shown in your dashboard)
Value: (the validation value shown in your dashboard)
Record 2 — Route traffic through Unhid
This points your domain to the Unhid CDN so we can intercept bot requests.
Type: CNAME
Name: www
Value: (the CloudFront endpoint shown in your dashboard)
Record 3 — Redirect your root domain
Set up a redirect from your apex domain to www so visitors who type the bare domain still reach your site:
- GoDaddy: Domain Settings → Forwarding → add
coolsite.com → forward to https://www.coolsite.com (301 Permanent) - Namecheap: Domain → Redirect Domain →
https://www.coolsite.com - Cloudflare: You can use a CNAME on the apex directly (Cloudflare flattens it automatically). No redirect needed.
- Route 53: Create an A record with Alias pointing to the CloudFront endpoint. No redirect needed.