Cloudflare — CNAME for chat.
Use this when Cloudflare is your DNS host (domain’s nameservers are Cloudflare’s).
Steps
-
Log in to Cloudflare Dashboard → select your domain.
-
Go to DNS → Records.
-
Add record:
- Type: CNAME
- Name:
chat(Cloudflare showschat.yourdomain.com) - Target:
cname.vercel-dns.com(or the CNAME target from your ForwardSlash go-live instructions) - TTL: Auto
- Proxy status: Many Vercel setups use DNS only (grey cloud) for the chat subdomain so SSL certificates issue cleanly. If you need Proxied (orange cloud), confirm Vercel still validates the domain.
-
Save.
Do not remove existing records
Keep A or CNAME for @ and www unless you are intentionally moving the main site. Only add the chat record.
Email (MX)
Leave MX and related TXT records unchanged.
Verify
Use Go live in ForwardSlash after propagation, or query:
dig chat.yourdomain.com CNAME +short