Earlier quoted context omitted.
Do you use Cloudflare?
No we just run our API on heroku and use no custom domain names. For some of us requests are working as normal, but for others every request is failing.
Issues with upstream DNS provider
121–130 of 159 posts
Re: Issues with upstream DNS provider
#122Re: Issues with upstream DNS provider
#123I am now seeing one of my services coming back online. For this service I have not replaced the CNAME. Anyone else seeing some service restoration as well?
Re: Issues with upstream DNS provider
#124Re: Issues with upstream DNS provider
#125Re: Issues with upstream DNS provider
#126I am now seeing one of my services coming back online. For this service I have not replaced the CNAME. Anyone else seeing some service restoration as well?
Same boat for me. How long do you think you'll wait to go back to CNAME's?
Re: Issues with upstream DNS provider
#127We just deployed a workaround that brought our site back up. 1. Find your DNS Target in heroku. It should end with .herokudns.com 2. Lookup the historical DNS record to get the IP addresses. You can find historical DNS records here: https://securitytrails.com/dns-trails 3. Replace your CNAME record in your DNS provider with A records that point to the IP addresses you just found. Your site should come back up shortly…
Re: Issues with upstream DNS provider
#128I am now seeing one of my services coming back online. For this service I have not replaced the CNAME. Anyone else seeing some service restoration as well?
Re: Issues with upstream DNS provider
#129Note: If you used to have a CNAME record for yourdomain.com to www.yourdomain.com, then you have to add two A records per each IP (one whose name is yourdomain.com pointing to the IP, and another whose name is www pointing to the same IP)
Re: Issues with upstream DNS provider
#130We just deployed a workaround that brought our site back up. 1. Find your DNS Target in heroku. It should end with .herokudns.com 2. Lookup the historical DNS record to get the IP addresses. You can find historical DNS records here: https://securitytrails.com/dns-trails 3. Replace your CNAME record in your DNS provider with A records that point to the IP addresses you just found. Your site should come back up shortly…
Note: If you used to have a CNAME record for yourdomain.com to www.yourdomain.com, then you have to add two A records per each IP (one whose name is yourdomain.com pointing to the IP, and another whose name is www pointing to the same IP)