DNS Records Not Matching Your Host's Records
Symptom: Your DNS records in Ezoic don't match what you see at your hosting provider, or your host tells you the site "no longer points to their servers."
Explanation: This is expected behavior. When integrated via nameservers, Ezoic acts as a reverse proxy — DNS records point to Ezoic's servers, which then pull your site from your original host. Your site is still hosted where it always was.
What to do: If your host raises this concern, explain that you are using a reverse proxy. Your Ezoic DNS settings show the IP address from which your site is ultimately drawn. You can screenshot these settings to share with your host if needed. Ensure your Ezoic DNS settings are kept current — if your host changes their server IP, update the records in your Ezoic dashboard accordingly.
Email Not Working After Nameserver Change
Symptom: You cannot send or receive email after pointing your nameservers to Ezoic.
Explanation: Ezoic carries over your existing DNS records during integration, including MX records. Email disruption is usually caused by a MX record that was not correctly imported.
What to do: Compare the MX records in your Ezoic dashboard (Settings > DNS) against those at your hosting provider. Ensure they match exactly, then allow time for propagation.
Conflicting DNS Records
Symptom: Your Ezoic dashboard shows an "Issue with DNS Records" notification, or you receive an error when attempting to enable the Cloudflare app.
Explanation: CNAME records cannot share a hostname with other record types (A, TXT, MX, AAAA). Conflicts most commonly occur when a www subdomain has both an A record and a TXT record, or when multiple A records exist for the same hostname.
How to resolve:
- In Settings > DNS, identify which records share a conflicting hostname.
- For
www conflicts: change the A record for www to a CNAME record pointing to the root domain (@) instead of the IP address.
- Delete any TXT or other records sharing the same
www hostname that are no longer needed. If the TXT record serves a purpose (e.g., domain verification), recreate it with @ as the hostname instead.
- If multiple A records are flagged, consolidate them into CNAME records mapped to the root record, and delete the conflicting entries.
Note: The root of a DNS zone (the apex domain) cannot be routed via a CNAME or ALIAS record — this is a DNS standard (RFC) restriction, not an Ezoic limitation.
DNS Changes Not Propagating with Cloudflare
Symptom: DNS changes made in Ezoic are not appearing in Cloudflare, or changes made in Cloudflare are being overwritten.
What to do: Always make DNS changes in the Ezoic dashboard. Ezoic is the authoritative source for DNS when integrated via Cloudflare, and changes made directly in Cloudflare will be overwritten.