DNS Setup on Cloudflare
Step-by-step guide to add the CNAME record for your Lekro custom domain inside Cloudflare.
DNS Setup on Cloudflare
This guide shows you exactly where to add the DNS records the Lekro dashboard gives you, inside the Cloudflare dashboard. Keep the Lekro dashboard open in another tab — you’ll copy values from it.
1. Open the DNS page
- Sign in to dash.cloudflare.com.
- Click your domain in the Websites list.
- In the left sidebar, click DNS → Records.
2. Add the CNAME record
- Click + Add record.
- Fill in:
- Type:
CNAME - Name:
www(if your domain iswww.yourbrand.com) - Target: paste
edge.lekro.netfrom the dashboard - Proxy status: DNS only (the cloud icon should be gray, not orange) ⚠
- TTL: Auto
- Type:
- Click Save.
⚠ Important: Set the proxy status to DNS only. Cloudflare’s orange-cloud proxy will conflict with our SSL setup and your domain won’t activate. You can still use Cloudflare’s other features (caching, page rules) by configuring them through Lekro instead.
3. Add the verification TXT records (if shown)
For each TXT record shown in the Lekro dashboard:
- Click + Add record.
- Type:
TXT. - Name: copy the TXT name from the dashboard. Cloudflare may display only the subdomain portion after you save — that’s normal.
- Content: copy the TXT value from the dashboard exactly.
- TTL: Auto.
- Save.
4. (Optional) Redirect the bare domain to www
The cleanest way on Cloudflare:
- In the left sidebar, click Rules → Redirect Rules.
- Click Create rule.
- When incoming requests match: Hostname equals
yourbrand.com. - Then: Static redirect to
https://www.yourbrand.com, status 301, preserve query string ✓. - Save.
5. Click Verify in the Lekro dashboard
Cloudflare publishes DNS changes near-instantly. Wait ~30 seconds, then click I’ve added the records — Verify in the dashboard. The status should flip to Live.
Troubleshooting
- “Not ready yet” but I just saved. Confirm the proxy icon next to your
wwwrecord is gray (DNS only), not orange. The orange-cloud proxy intercepts the request before it reaches us. - SSL handshake errors after going live. Make sure your Cloudflare SSL/TLS encryption mode is set to Full or Full (strict) under SSL/TLS → Overview. Flexible mode breaks Lekro.
- Conflicting record on www. Delete or edit the old
wwwrecord before saving the new CNAME.