I have set up a new domain in Cloudflare: ecommerceedge.net
and have set up 2 new Cname records for use with my Podbean hosted Podcast.
The nameservers are right and I copied the config across from an old working setup but when I check DNS Checker: https://dnschecker.org/all-dns-records-of-domain.php?query=ecommerceedge.net&rtype=ALL&dns=google
only the old A record is showing (which I deleted from Cloudflare when setting up the Cname records).
In the past when I have made DNS changes in Cloudflare, they propagated almost immediately but it’s now been more than 24hrs and nothing…
That’s an APEX record. By RFC it is not allowed to have a CNAME record at the APEX. Cloudflare provides CNAME flattening which translates the CNAME to the IP address in order to provide a valid result.
Hmmm, interesting! This is how I had it setup on another domain that was working previously.
And PodBean’s own how to with CF says to configure it this way too: https://help.podbean.com/support/solutions/articles/25000004795-setting-my-own-domain-in-podbean
So I MUST set them up as ‘A’ Records for it to work then you reckon?
Cloudflare is resolving the CNAME to an A record for you. So from a DNS perspective it is resolving to the ‘right’ place, whether or not that is what is needed in podben’s configuration logic is not something I can answer.