TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

.io domains down?

135 点作者 thecodemonkey大约 12 年前
http:&#x2F;&#x2F;scotch.io http:&#x2F;&#x2F;codemonkey.io http:&#x2F;&#x2F;geocod.io<p>Are all down for me.<p>$ host filepicker.io Host filepicker.io not found: 3(NXDOMAIN)

46 条评论

colmmacc大约 12 年前
There are some things you can do to protect yourself against these kinds of problem. About 92% of DNS resolvers honour the TTL setting for the NS records from the leaf-node child-zones (e.g. the NS records you control as the owner of a domain). If your domain is reasonably popular, then that caching can help you outlast a problem with your TLDs name-servers. 2 days is a pretty common number for a cache lifetime.<p>Unfortunately for the 8% of resolvers that honour the TTL in the parent domain, you have less control. In this case for .io, the parent-zone NS ttls are just one hour;<p><pre><code> ;; AUTHORITY SECTION: nic.io. 3600 IN NS ns1.communitydns.net. nic.io. 3600 IN NS b.nic.ac. nic.io. 3600 IN NS a.nic.io. nic.io. 3600 IN NS b.nic.sh. nic.io. 3600 IN NS ns4.nic.io. nic.io. 3600 IN NS dns01.cdns.net. nic.io. 3600 IN NS b.nic.io. </code></pre> which I think is relatively short by TLD standards.<p>Another important thing to consider is that the TLD you choose for your domain itself isn&#x27;t the only TLD that your domain resolution may depend upon. Resolution also depends on all of the domains of your nameservers resolving too. Route 53 assigns every hosted zone 4 nameservers from 4 different TLDs, e.g.;<p><pre><code> example.info. 172800 IN NS ns-1834.awsdns-37.co.uk. example.info. 172800 IN NS ns-22.awsdns-02.com. example.info. 172800 IN NS ns-912.awsdns-50.net. example.info. 172800 IN NS ns-1233.awsdns-26.org. </code></pre> So that if any one of those TLDs has a problem it does not cause a resolution failure for your zone. Some other providers do this too, and it&#x27;s also something you could set up yourself.<p>Full-disclosure: Route 53 engineer here.
评论 #5842256 未加载
aeden大约 12 年前
Anthony from DNSimple here. I&#x27;ll pass along what I know so far: some of nic.io&#x27;s name servers appear to be no longer delegating .io domains out to authoritative name servers. Some of their name servers are still delegating properly, but some are not.<p>This issue also affects .sh and .ac TLDs I believe since they are the same registry. If I find out anything new I&#x27;ll post on Twitter in the @dnsimple account and here.
评论 #5839060 未加载
评论 #5838802 未加载
评论 #5838713 未加载
评论 #5838748 未加载
davidu大约 12 年前
OpenDNS has cleared our cache of all .io domains in case any NXDOMAINS are being cached.
评论 #5840330 未加载
nariman大约 12 年前
We&#x27;re back online at <a href="http:&#x2F;&#x2F;candid.io" rel="nofollow">http:&#x2F;&#x2F;candid.io</a>. Someone on twitter posted &quot;VCs should think twice before investing in startups without a .com&quot; -&gt; I think that&#x27;s patently absurd. Azure, AWS, and the other &#x27;core infrastructure&#x27; services suffer similar outages form time to time.
评论 #5838909 未加载
评论 #5838897 未加载
supine大约 12 年前
They have 7 name servers, 5 are broken and returning NXDOMAIN for all domains.<p>Working:<p>b.nic.io. ns1.communitydns.net.<p>Not working:<p>a.nic.io. a.ns13.net. b.nic.ac. b.ns13.net. ns3.icb.co.uk.
评论 #5838842 未加载
stickfigure大约 12 年前
Wow. About a year ago the the entire .st registry went down for about 8 hours:<p><a href="http:&#x2F;&#x2F;blorn.com&#x2F;post&#x2F;29851770158&#x2F;beware-cutesy-two-letter-tlds-for-your-domain-name" rel="nofollow">http:&#x2F;&#x2F;blorn.com&#x2F;post&#x2F;29851770158&#x2F;beware-cutesy-two-letter-t...</a><p>I guess the title of the blog post pretty much says it all.
c3o大约 12 年前
On April 29 I received a notice from admin@nic.io concerning user-generated content that I was to remove from an IO domain &quot;by April 2&quot; (ie a month earlier) - otherwise they would advise the complaintant to contact law enforcement and would suspend the domain &quot;upon receipt of a formal request to do so&quot;. When I attempted to reply, the email address was out of order (&quot;Write error: Broken pipe&quot;) and remained so for several days.<p>It doesn&#x27;t seem to be the most professionally run domain...
aarondf大约 12 年前
Man, you think you plan for everything, and then your whole TLD just stops working. What&#x27;s the best way to plan for something like this?
评论 #5839153 未加载
评论 #5839701 未加载
joeblau大约 12 年前
My site <a href="http:&#x2F;&#x2F;gitignore.io" rel="nofollow">http:&#x2F;&#x2F;gitignore.io</a> was down and I just pinged my CDN and my domain host to see what the problem was. Everything seems to be back up and running now. Does anyone know what happened?
nodefortytwo大约 12 年前
Check out <a href="http:&#x2F;&#x2F;www.whatsmydns.net" rel="nofollow">http:&#x2F;&#x2F;www.whatsmydns.net</a> pretty useful for seeing where issues are or tracking propagation.
评论 #5838907 未加载
psycr大约 12 年前
I experienced this as well at <a href="http:&#x2F;&#x2F;quantify.io" rel="nofollow">http:&#x2F;&#x2F;quantify.io</a> - New Relic reported a 2 hour outage which just ended.
rpicard大约 12 年前
Yes! My site (robert.io) is down and I&#x27;ve been chasing my tail trying to figure out what&#x27;s wrong. It&#x27;s refreshing to see that I&#x27;m not the only one.
dedene大约 12 年前
For me too.. well, sometimes it resolves, sometimes it doesn&#x27;t. There seems to be an issue with .io globally: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;dnsimple&#x2F;status&#x2F;342991722365734912" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;dnsimple&#x2F;status&#x2F;342991722365734912</a>
评论 #5838692 未加载
latchkey大约 12 年前
We had this happen before to our .st domain. <a href="http:&#x2F;&#x2F;blorn.com&#x2F;post&#x2F;29851770158&#x2F;beware-cutesy-two-letter-tlds-for-your-domain-name" rel="nofollow">http:&#x2F;&#x2F;blorn.com&#x2F;post&#x2F;29851770158&#x2F;beware-cutesy-two-letter-t...</a>
robotmay大约 12 年前
Pingdom reckons <a href="https:&#x2F;&#x2F;www.photographer.io" rel="nofollow">https:&#x2F;&#x2F;www.photographer.io</a> is still up, but I guess I really can&#x27;t be certain. It hasn&#x27;t been a great week for my domain, what with the DNSimple attack and this.
aeden大约 12 年前
It looks like all of the nic.io root name servers are delegating again.
sunsu大约 12 年前
Intercom.io is down as well. Particularly frustrating since its preventing me from replying to customer emails.<p>Technical details of permanent delivery failure: DNS Error: Domain name not found
alexkinch大约 12 年前
In some sort of irony, statuspage.io is down. Was looking at their offering about an hour ago and thinking of taking it for a spin, but now I&#x27;m not so sure...
评论 #5838878 未加载
评论 #5840202 未加载
reggplant大约 12 年前
Hmm every .io domain on this page has worked for me even if I&#x27;ve never visited them before. Maybe my ISP (VirginMedia) has cached the records.
评论 #5838973 未加载
评论 #5839140 未加载
Hengjie大约 12 年前
I had the same problem with notable.ac The problem appears to have been resolved. The latest DNS queries show that it is now delegating properly.
评论 #5838954 未加载
taopao大约 12 年前
It&#x27;s like a million hipsters cried out in terror and were suddenly silenced.<p>I will pour out some PBR for good ol&#x27; .io.
TallboyOne大约 12 年前
<a href="http:&#x2F;&#x2F;pineapple.io" rel="nofollow">http:&#x2F;&#x2F;pineapple.io</a> has been up whole time
评论 #5838840 未加载
DoubleMalt大约 12 年前
It is currently also impossible to register .io domains (I can confirm this since yesterday afternoon)
afleegman大约 12 年前
<a href="http:&#x2F;&#x2F;anondrop.io" rel="nofollow">http:&#x2F;&#x2F;anondrop.io</a> is up
singular大约 12 年前
Fine for me in the UK:-<p><pre><code> $ host algasm.io algasm.io has address 176.58.123.62</code></pre>
abeh大约 12 年前
you can check whatsmydns.net, how some places are working, and some not, for example: <a href="http:&#x2F;&#x2F;www.whatsmydns.net&#x2F;#A&#x2F;www.works.io" rel="nofollow">http:&#x2F;&#x2F;www.whatsmydns.net&#x2F;#A&#x2F;www.works.io</a>
possibilistic大约 12 年前
My website, brand.io, seems to be up... I hope my email isn&#x27;t down. :(
评论 #5838913 未加载
评论 #5838912 未加载
rmoriz大约 12 年前
from Germany a.ns13.net and b.ns13.net return NXDOMAIN. Both seem to be located in JP. The other DNS are working for me.<p>They recently switched their backend to a new platform (May 29th) maybe this issue is related…
dangoldin大约 12 年前
My domain is down as well - words.io.<p>Good thing it&#x27;s just some crappy side project.
bitnodes大约 12 年前
Oh my, I just announced bitnodes.io like a couple hours ago..
donovanh大约 12 年前
Converser.io is up. Looks to be a subsection of the domains.
评论 #5838747 未加载
piqufoh大约 12 年前
jeez .io names come in at 60GBP ~ $95 a year - why so much?
评论 #5838846 未加载
评论 #5838843 未加载
andyhmltn大约 12 年前
Nope: Our sites (fine.io, fry.io) are up
评论 #5838695 未加载
评论 #5838698 未加载
beshrkayali大约 12 年前
Mine seems to be working fine: sawt.io
wprl大约 12 年前
My site at kun.io is working for me…
jaredstenquist大约 12 年前
no downtime for <a href="http:&#x2F;&#x2F;read.io" rel="nofollow">http:&#x2F;&#x2F;read.io</a>
评论 #5840292 未加载
theone大约 12 年前
Our site focal.io is down as well.
s0l1dsnak3123大约 12 年前
My farmer.io domain is down also!
simm182大约 12 年前
Works fine here in México.
abeh大约 12 年前
github.io also down for me
评论 #5838720 未加载
kulturpessimist大约 12 年前
nature.io up and running.
kennethkl大约 12 年前
nitrous.io is working...
vschiavoni大约 12 年前
git.io is UP.
malditojavi大约 12 年前
not mine.
wilfra大约 12 年前
Our site is not down: <a href="http:&#x2F;&#x2F;82.io" rel="nofollow">http:&#x2F;&#x2F;82.io</a>
cmdr大约 12 年前
This story won&#x27;t reach the front page. It&#x27;s not mainstream enough.