Google Cloud Run DNS Error

I am trying to map my domain from google cloud run to cloudflare.

I ended up getting 4 - A records and 4 - AAAA records. But there is no name as I am guessing they want them all under @ (root) but in Cloudflare you can only add one A records and one AAAA records with root. Anybody has a way around this? I did try something i found around to add a CNAME with
ghs.googlehosted.com but that did not work at all.

You should be able to add as many as you want. What error do you see when you try this?

1 Like

You actually cant. When you try to add a second one it will say that you already have that record since it is the same name.

As you can see, I can add multiple AAAA records for the same name. That would also work for A records, but I only have the one IPv4 and don’t want to break things.

Can you share a screenshot of your records and the error that you see?

1 Like

This is true if there is a CNAME record with the same label. Delete the CNAME record and you can add the A and AAAA records. THis is a limitation of how DNS works generally, Cloudflare is simply following the standards.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.