- ✅ Domain added to Vercel
- ❌ DNS records not configured yet
- ⏳ Waiting for DNS configuration
Type: A
Name: @ (or leave blank)
Value: 216.198.79.1
TTL: 3600 (or Auto)
For www.roovert.com:
Type: CNAME
Name: www
Value: cname.vercel-dns.com
TTL: 3600 (or Auto)
- Log in to Namecheap
- Go to Domain List
- Click Manage next to roovert.com
- Go to Advanced DNS tab
- Click Add New Record
- For root domain:
- Type: A Record
- Host: @
- Value: 216.198.79.1
- TTL: Automatic
- Click Save
- For www:
- Type: CNAME Record
- Host: www
- Value: cname.vercel-dns.com
- TTL: Automatic
- Click Save
- Log in to GoDaddy
- Go to My Products
- Click DNS next to roovert.com
- Scroll to Records section
- Click Add button
- For root domain:
- Type: A
- Name: @
- Value: 216.198.79.1
- TTL: 1 hour
- Click Save
- For www:
- Type: CNAME
- Name: www
- Value: cname.vercel-dns.com
- TTL: 1 hour
- Click Save
- Log in to Google Domains
- Click on roovert.com
- Go to DNS in left sidebar
- Scroll to Custom resource records
- Click Manage custom records
- For root domain:
- Type: A
- Name: @
- Data: 216.198.79.1
- TTL: 3600
- Click Add
- For www:
- Type: CNAME
- Name: www
- Data: cname.vercel-dns.com
- TTL: 3600
- Click Add
- Log in to Cloudflare
- Select roovert.com domain
- Go to DNS → Records
- For root domain:
- Type: A
- Name: @
- IPv4 address: 216.198.79.1
- Proxy status: DNS only (gray cloud)
- Click Save
- For www:
- Type: CNAME
- Name: www
- Target: cname.vercel-dns.com
- Proxy status: DNS only (gray cloud)
- Click Save
The process is similar:
- Find DNS/DNS Management/Name Servers section
- Add A record:
@→216.198.79.1 - Add CNAME record:
www→cname.vercel-dns.com - Save changes
- Wait 5-60 minutes for DNS propagation
- Check Vercel dashboard - status should change from "Invalid Configuration" to "Valid Configuration"
- Visit https://roovert.com - should load your site
- SSL certificate will be automatically provisioned (may take a few more minutes)
You can check if DNS has propagated globally:
- Visit: https://dnschecker.org
- Enter:
roovert.com - Select: A Record
- Check if
216.198.79.1appears in results
Still showing "Invalid Configuration" after 1 hour?
- Double-check the A record value is exactly
216.198.79.1 - Make sure the record name is
@(notroovert.comor blank) - Verify you saved the changes at your registrar
- Clear your browser cache and refresh Vercel dashboard
Site not loading?
- Wait a bit longer (DNS can take up to 48 hours, but usually much faster)
- Check DNS propagation with dnschecker.org
- Make sure SSL certificate has been provisioned (Vercel does this automatically)
Once Vercel shows "Valid Configuration", your site will be live at https://roovert.com! 🎉