Production completely inaccessible, on the plus side I might finally now get backing to migrate away from the Heroku cesspit.
Yes, i'm also done with Heroku. What alternative do you recommend?
Issues with upstream DNS provider
31–40 of 159 posts
Re: Issues with upstream DNS provider
#32Immediately came to HN, best status server
Re: Issues with upstream DNS provider
#33Re: Issues with upstream DNS provider
#34Re: Issues with upstream DNS provider
#351. 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. We plan to revert back to CNAME records once Heroku gets their DNS issues sorted.
Re: Issues with upstream DNS provider
#36Production completely inaccessible, on the plus side I might finally now get backing to migrate away from the Heroku cesspit.
Yes, i'm also done with Heroku. What alternative do you recommend?
Re: Issues with upstream DNS provider
#37Looks like just DNS for the CNAME is broken. $ dig @1.1.1.1 stark-wisteria-rnbgkawldfk6gq7m8308ytts.herokudns.com A ... ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; OPT=15: 00 09 6e 6f 20 53 45 50 20 6d 61 74 63 68 69 6e 67 20 74 68 65 20 44 53 20 66 6f 75 6e 64 20 66 6f 72 20 68 65 72 6f 6b 75 64 6e 73 2e 63 6f 6d 2e ("..no SEP matching the DS found for herokudns.com.") ;; QUESTION SECTION: ;stark-w…
Hopefully someone has a backup of those keys. If not, I think they have to contact .com. to replace the keys. It can take several hours to come back.
Re: Issues with upstream DNS provider
#38 dig NS @1.1.1.1 test.herokuapp.com -> fail
dig @1.1.1.1 test.herokuapp.com -> fail
dig NS @dns1.p03.nsone.net test.herokuapp.com -> works
dig @dns1.p03.nsone.net test.herokuapp.com -> works
So my conclusion is that NS1 is having issue responding DNS queries from other DNS servers. Interestingly, there is no public information on heroku being dependent on NS1 or any current outages from NS1 status page.