TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Issues with upstream DNS provider

165 pointsby bfirshover 2 years ago

33 comments

rsweeney21over 2 years ago
We just deployed a workaround that brought our site back up.<p>1. Find your DNS Target in heroku. It should end with .herokudns.com<p>2. Lookup the historical DNS record to get the IP addresses. You can find historical DNS records here: <a href="https:&#x2F;&#x2F;securitytrails.com&#x2F;dns-trails" rel="nofollow">https:&#x2F;&#x2F;securitytrails.com&#x2F;dns-trails</a><p>3. Replace your CNAME record in your DNS provider with A records that point to the IP addresses you just found.<p>Your site should come back up shortly. We plan to revert back to CNAME records once Heroku gets their DNS issues sorted.
评论 #32573398 未加载
评论 #32573645 未加载
评论 #32573542 未加载
评论 #32573338 未加载
评论 #32573354 未加载
评论 #32573314 未加载
评论 #32573339 未加载
评论 #32573263 未加载
评论 #32573717 未加载
评论 #32573266 未加载
评论 #32573946 未加载
评论 #32573282 未加载
评论 #32586266 未加载
评论 #32574355 未加载
评论 #32573663 未加载
评论 #32573349 未加载
评论 #32574118 未加载
评论 #32573333 未加载
评论 #32573741 未加载
评论 #32573757 未加载
评论 #32573740 未加载
评论 #32573633 未加载
评论 #32573303 未加载
评论 #32573617 未加载
评论 #32573661 未加载
评论 #32573384 未加载
评论 #32573281 未加载
评论 #32573870 未加载
评论 #32573500 未加载
评论 #32573397 未加载
评论 #32573493 未加载
rajamakaover 2 years ago
Production completely inaccessible, on the plus side I might finally now get backing to migrate away from the Heroku cesspit.
评论 #32573181 未加载
评论 #32573012 未加载
bfirshover 2 years ago
Looks like just DNS for the CNAME is broken.<p><pre><code> $ 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 (&quot;..no SEP matching the DS found for herokudns.com.&quot;) ;; QUESTION SECTION: ;stark-wisteria-rnbgkawldfk6gq7m8308ytts.herokudns.com. IN A </code></pre> I wonder if there is any way to get out an IP address of the Heroku router we were assigned to that we can use in place of the CNAME.<p>Might be in the logs somewhere, or in Cloudflare somewhere?
评论 #32573227 未加载
hamhamedover 2 years ago
Immediately came to HN, best status server
评论 #32573143 未加载
评论 #32573194 未加载
soperjover 2 years ago
Haven&#x27;t made any updates, or changes in the last few days, and still won&#x27;t show my site. So don&#x27;t think it has to do with new apps or updates.
评论 #32573030 未加载
评论 #32573068 未加载
booiover 2 years ago
Upstream DNS provider? I would have thought Heroku would run their own DNS servers? Is it just turtles all the way down?
评论 #32574173 未加载
评论 #32573297 未加载
mijoharasover 2 years ago
Our site just came back a few minutes ago, and we&#x27;re showing up in 8.8.8.8 again, so it seems that heroku have sorted out their dns issues.
samchengover 2 years ago
&gt; We will be providing updates on a 1 hour cadence.<p>Ouch. Not a great look, Heroku!
评论 #32574074 未加载
评论 #32574057 未加载
zinekellerover 2 years ago
It seems that NS1 (Heroku&#x27;s provider) was having problems, but according to them it has been fixed: <a href="https:&#x2F;&#x2F;ns1status.com&#x2F;#!&#x2F;incident&#x2F;365716" rel="nofollow">https:&#x2F;&#x2F;ns1status.com&#x2F;#!&#x2F;incident&#x2F;365716</a>
mhaleover 2 years ago
This does not appear to be a total outage. I cannot reach any of our sites, and Pingdom also reports we are down, however, I can see normal looking traffic reaching our servers (via heroku logs --tail). In addition, members of our team are reporting via Slack that some can reach our Heroku-hosted sites, others cannot. It seems to be ISP-related. Two people within 1 block of each other on different ISPs see different results.<p>We proxy some services through Cloudflare to gain IPv6 support, and all of those are down, which suggests the Cloudflare -&gt; Heroku network route is broken.
zzh8829over 2 years ago
Looks like Heroku uses NS1 as the upstream DNS provider. you can find the information like this<p><pre><code> dig NS @1.1.1.1 test.herokuapp.com -&gt; fail dig @1.1.1.1 test.herokuapp.com -&gt; fail dig NS @dns1.p03.nsone.net test.herokuapp.com -&gt; works dig @dns1.p03.nsone.net test.herokuapp.com -&gt; works </code></pre> 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.
ab-dmover 2 years ago
Complete outage on all of my sites.<p>I have a migration plan in place but it&#x27;s been put on hold to launch a new Product.
评论 #32573351 未加载
tortillaover 2 years ago
Yes...all my apps.<p><a href="https:&#x2F;&#x2F;status.heroku.com" rel="nofollow">https:&#x2F;&#x2F;status.heroku.com</a>
评论 #32572944 未加载
a13nover 2 years ago
Missive, Substack, and Steam appear to be down because of this
btownover 2 years ago
Our entire suite of sites is down, both ones proxied via Cloudflare and ones not proxied.
md224over 2 years ago
TIL Substack runs on Heroku.
评论 #32573171 未加载
评论 #32573149 未加载
mcintover 2 years ago
Seeing issues with hackerweb.app and substack.com too.<p>They don&#x27;t share upstream DNS (and I&#x27;m not sure heroku&#x27;s homepage has the same DNS provider as customer domains). NS matches SOA for each of these domains.<p><pre><code> SOA heroku.com. 1h00m00s &quot;dns1.p04.nsone.net.&quot; &quot;hostmaster.nsone.net.&quot; SOA hackerweb.app. 1h00m00s &quot;olga.ns.cloudflare.com.&quot; &quot;dns.cloudflare.com.&quot; SOA substack.com. 1h00m00s &quot;ali.ns.cloudflare.com.&quot; &quot;dns.cloudflare.com.&quot;</code></pre>
johnklosover 2 years ago
Wow. Imagine being so out of touch that you have to have another entity run your DNS services.<p>Email I get, because there has been a hard push for decades to force everyone on to big providers, but DNS can literally be run by anyone, anywhere.<p>Did the primary servers push bad data, making the secondary &#x2F; tertiary ones break, too? If not, why not extend the cache lifetime and run off of them until the primary are fixed?<p>Sigh. This is rather ridiculous, and is rather embarrassing for Heroku.
ezekgover 2 years ago
All services are completely down for my business.<p>Looks like they nuked their DNS.
exitnode_ttl0over 2 years ago
I 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?
评论 #32573845 未加载
评论 #32573896 未加载
SamHoustonCMover 2 years ago
Why does Heroku have so many uptime issues? Seems to be happening every few months. Last week there was downtime, now again...<p>Is Salesforce committed to Heroku?
评论 #32573284 未加载
pardnerover 2 years ago
Yes, cant even access <a href="https:&#x2F;&#x2F;dashboard-next.heroku.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dashboard-next.heroku.com&#x2F;</a> so the problem seems broader than what they describe on their status page which seems to imply only issues related to updating DNS settings.
klardotshover 2 years ago
17:57 PDT, at least a few of our sites are starting to wake up. Decidedly not all of them yet. <i>sigh</i>
rafaparadelaover 2 years ago
It worked for us too. Thanks.<p>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)
nightpoolover 2 years ago
Weirdly, dig +trace works fine, but public resolvers like Google and Cloudflare refuse to return the DNS records. This has to be a DNSSEC issue, right? paging tptacek :p
ab-dmover 2 years ago
I&#x27;ve swapped the A records back to the CNAME and all is looking good. The Heroku Dashboard still isn&#x27;t loading app details though.
kennysmoothxover 2 years ago
Production outage here as well.<p>Is this isolated to Heroku?
ab-dmover 2 years ago
Heroku dashboard was at least working before, but now trying to view details of an app it just hangs
iuliuover 2 years ago
It seems that their service is back up
jeffbeeover 2 years ago
Other Cloudflare-backed services like Observable are offline right now. Is it a Cloudflare outage?
评论 #32573180 未加载
评论 #32573179 未加载
nevsterover 2 years ago
Seems to be resolved now
bobby_growthover 2 years ago
Heroku. DansGame.
mr90210over 2 years ago
Heroku Herokuing.
评论 #32573469 未加载