ns2.vercel-dns.com
Note: This method requires changing nameservers at your domain registrar. DNS propagation may take 24-48 hours.
Use a CNAME record for the root domain. Note that not all DNS providers support CNAME at the apex level.
Configure subdomains (e.g., app.yourdomain.com, api.yourdomain.com) using CNAME records.
app
cname.vercel-dns.com
api
cname.vercel-dns.com
admin
cname.vercel-dns.com
cdn
cname.vercel-dns.com
Use these commands to verify your DNS configuration:
For Cloudflare users, ensure the orange cloud is enabled for proxying.
Use Alias records for apex domains in Route 53.
GoDaddy supports CNAME at apex level with their domain forwarding feature.
DNS changes can take 24-48 hours. Use online DNS checkers to verify propagation.
Some providers don't support CNAME at root level. Use nameserver delegation instead.
SSL certificates are automatically provisioned once DNS is properly configured.
Important: DNS changes can take up to 48 hours to propagate globally. Most changes take effect within 1-2 hours, but full global propagation may take longer.
Example showing nameserver delegation for optimal performance and automatic SSL management
Example showing CNAME record configuration for subdomains