Hello! I’ve been rocking on Netlify for two years and things have been good. I received a cert renewal error email this morning stating that my domain has multiple A records. I cannot figure out why.
Netlify app: hyrmn.netlify.app
Custom URL: hyr.mn
Netlify manages my DNS
I have the following name servers on my record with my registrar:
The LetsEncrypt cert has renewed just fine in the past. However, I recently added CNAME, TXT, and MX records for my email.
There are two ‘NETLIFY’ type records listed on my DNS. I cannot change those and I assume those are the APEX (A) records? One for www.hyr.mn and one for hyr.mn
When I run dig
, I do get back two IP addresses.
hyr.mn. 19 IN A 104.248.63.248
hyr.mn. 19 IN A 192.81.212.192
I know Netlify’s load balancer IP is 192.81.212.192
The second one looks like it traces to Digital Ocean? I am at a loss as to how to resolve this short of transferring DNS back off of Netlify. Any help?