I’m trying to have a set-up where I can get my domain proxied via Cloudflare (i.e. they are my nameserver + edge server). Everything seems to be up and running using CNAMEs only (i.e. {foo}.com
is CNAME’d to {foo}.onrender.com
). But I still get an error under “Custom Domains” in my dashboard:
DNS update needed
Add an ANAME or ALIAS record pointing to {…}.onrender.com
If your DNS provider does not support ANAME or ALIAS records, use an A record pointing to 216.24.57.1
I’m assuming my set-up is correct (it seems to work…) but I wanted to check whether I should be handling this in a different way? I.e. is it okay to use CNAME records instead of ANAME? (Apologies I’m quite an amateur at DNS). Should I just leave everything as-is and ignore this error?
Thanks!