DNS zone bug: CNAME and TXT records not visible on .host domain (NS set, A works)

What is the name of the domain?

netwall.host

What is the error message?

No error message. Records do not appear in DNS queries.

What is the issue you’re encountering

DNS zone bug: CNAME and TXT records not visible on .host domain (NS set, A works)

What steps have you taken to resolve the issue?

  • Verified NS are correct in whois and delegated to Cloudflare
  • Checked DNS records are present and set as DNS Only
  • Used dig and online DNS tools to check propagation (no records visible)
  • Tried deleting and re-adding records
  • Waited for propagation (over 1 hour)
  • Searched Cloudflare Community for similar issues

What feature, service or problem is this related to?

DNS not responding/updating

What are the steps to reproduce the issue?

dig @ns txt domain +short
dig @ns cname domain +short

This will never return a CNAME as the CNAME will be flattened and can only return A/AAAA records, either due to using the proxy or, if “DNS only”, because a CNAME at the apex is not permitted.

Can you show a screenshot of your DNS records for the TXT record, I can’t see any for the apex domain…
https://cf.sjr.dev/tools/check?4224eb2dbb0149d5af76639299c11af2#dns-mail

1 Like

Hello! You can find all CNAME and TXT records on the screenshot. I’m wondering how it is possible :slight_smile: :sweat_smile:

There’s no TXT record for the apex domain, only _dmarc, and that resolves ok as do all the others…
https://cf.sjr.dev/tools/check?9ae7ceaeb1bd47c6b3b1463cf8037608#dns-mail

dig +short em9451.netwall.host txt
u50463910.wl161.sendgrid.net.
"v=spf1 include:sendgrid.net ~all"

You don’t have any MX records though which you’ll need to receive email.

1 Like

Thank you for your reply!

The issue is not related to mail configuration or missing MX records

The problem is that some DNS records (TXT and CNAME) are not visible in public DNS at all, even though they are present in my Cloudflare dashboard and set as DNS Only

This appears to be a Cloudflare DNS bug for my domain

Thank you!

For example, some CNAME and TXT records are present in the dashboard, but do not show up in public DNS lookups. Tried removing and re-adding, no effect. NS are set correctly :pensive_face:

Which specifically? As @sjr has shown, all the records in your screenshot work fine.

dig +short em9451.netwall.host
u50463910.wl161.sendgrid.net.

dig +short s1._domainkey.netwall.host
s1.domainkey.u50463910.wl161.sendgrid.net.

dig +short s2._domainkey.netwall.host
s2.domainkey.u50463910.wl161.sendgrid.net.

dig +short _dmarc.netwall.host txt
"v=DMARC1; p=none;"

It seems that it was fixed this night, 'cause yesterday it wasn’t fine yet. Thank you guys!