Connect a domain from Porkbun
Porkbun’s DNS editor is minimal and fast, but new domains often ship with parking records that must be removed before www can point at Bool.
Official Porkbun help: How to edit DNS records
Record to create
| Field | Value |
|---|---|
| Type | CNAME |
| Host / Subdomain | www |
| Answer / Value | cname.vercel-dns.com |
Steps
- Log in to Porkbun and open your domain list / account screen.
- Find your domain and open the Details dropdown.
- Click the edit icon next to DNS Records to open Manage DNS Records.
- Pre-configuration check: Delete default parking records and any conflicting
wwwA / CNAME records (trash can icon). - In the create form, set Type to CNAME - Canonical name record.
- In Host (subdomain), enter
www. - In Answer (value), enter
cname.vercel-dns.com. - Click Add.
Finish in Bool
- Add
www.yourdomain.comin your project’s Domains tab. - Click Refresh until status is Active.
- Visit
https://www.yourdomain.com.
Last updated on