Connect a domain from Dynadot
Dynadot’s DNS page has separate sections for the apex domain and subdomains. For www, skip the Domain Record section and use Subdomain Record.
Official Dynadot help: Set up DNS
Record to create
| Field | Value |
|---|---|
| Section | Subdomain Record (optional) |
| Subdomain | www |
| Record Type | CNAME |
| IP Address / Target Host | cname.vercel-dns.com |
Steps
- Sign in to Dynadot, open My Domains, then Manage Domains.
- Check the box next to your domain, click Action, and choose DNS Settings.
- Make sure the top dropdown is set to Dynadot DNS / custom DNS (not parked / forwarding-only modes that ignore records).
- Pre-configuration check: Confirm there are no conflicting
wwwrecords. - Bypass the Domain Record section. Scroll to Subdomain Record (optional).
- In Subdomain, enter
www. - Set Record Type to
CNAME. - In IP Address or Target Host, enter
cname.vercel-dns.com. - Click Save Settings at the bottom of the page.
Finish in Bool
- Add
www.yourdomain.comunder Domains in your Bool project. - Click Refresh until status is Active.
- Visit
https://www.yourdomain.com.
Last updated on