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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Some .io nameservers are returning wrong results again

192 点作者 JelteF超过 7 年前
At my company (getstream.io) we&#x27;ve been having issues when resolving our domains randomly. After some more investigation it seems some .io nameservers are returning bad results. Specifically ns-a2.io and ns-a4.io. A correct result for crates.io looks like this:<p><pre><code> $ dig crates.io @ns-a1.io +norecurse ; &lt;&lt;&gt;&gt; DiG 9.11.2 &lt;&lt;&gt;&gt; crates.io @ns-a1.io +norecurse ;; global options: +cmd ;; Got answer: ;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 18874 ;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;crates.io. IN A ;; AUTHORITY SECTION: crates.io. 86400 IN NS dns3.easydns.ca. crates.io. 86400 IN NS dns1.easydns.com. crates.io. 86400 IN NS dns2.easydns.net. ;; Query time: 83 msec ;; SERVER: 194.0.1.1#53(194.0.1.1) ;; WHEN: Wed Sep 20 15:33:13 CEST 2017 ;; MSG SIZE rcvd: 127 </code></pre> A bad one looks like the following:<p><pre><code> dig crates.io @ns-a4.io +norecurse ; &lt;&lt;&gt;&gt; DiG 9.11.2 &lt;&lt;&gt;&gt; crates.io @ns-a4.io +norecurse ;; global options: +cmd ;; Got answer: ;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NXDOMAIN, id: 43223 ;; flags: qr aa; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;crates.io. IN A ;; AUTHORITY SECTION: io. 900 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 ;; Query time: 10 msec ;; SERVER: 74.116.179.1#53(74.116.179.1) ;; WHEN: Wed Sep 20 15:34:59 CEST 2017 ;; MSG SIZE rcvd: 105 </code></pre> This has happened last year as well, so I wouldn&#x27;t recommend running something important on a .io domain: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12813065

42 条评论

ashitlerferad超过 7 年前
I Contacted Cloudflare and the response was:<p>&quot;Unfortunately this stops DNS traffic before it gets to Cloudflare so it is not a problem we can solve for you as much as we would love to. Our recommendation right now would be to contact your domain registrar to understand more about this problem.&quot;<p>Contacted the registrar (iwantmyname.com) and their response:<p>&quot;You&#x27;re using external CloudFlare hosting, so our DNS management isn&#x27;t being used. We don&#x27;t have any access to the hosting account or the ability to address issues there. It does appear there&#x27;s some issue with propagation.&quot;
评论 #15297401 未加载
AndyMcConachie超过 7 年前
If you DNSSEC sign your domain then the NXDOMAIN would be rejected without associated NSEC records. .io has a DS record in the root-zone. At the very least caches would only be populated with the correct answer.<p>This is of course assuming the lookups are done using a validating resolver.
duellsy超过 7 年前
We&#x27;re copping the same at <a href="https:&#x2F;&#x2F;elev.io" rel="nofollow">https:&#x2F;&#x2F;elev.io</a> as well...<p>Timing couldn&#x27;t be worse, we did a product release on ProductHunt earlier today :(
评论 #15296320 未加载
评论 #15295011 未加载
eyablon超过 7 年前
Afilias manages the .io domain. Give them a call: +1 866.368.4636 <a href="https:&#x2F;&#x2F;afilias.info&#x2F;contact-us&#x2F;support" rel="nofollow">https:&#x2F;&#x2F;afilias.info&#x2F;contact-us&#x2F;support</a>
评论 #15295088 未加载
评论 #15296522 未加载
评论 #15295319 未加载
benmmurphy超过 7 年前
.io seems to always have problems. its really sad that lots of people use this domain because it looks cool :( [at work we use this as well]
JelteF超过 7 年前
If this is affecting you it&#x27;s best to put a long TTL (at least 1 hour) on your domains. That way a good lookup will be cached longer and it will affect less people.
评论 #15293750 未加载
评论 #15294201 未加载
评论 #15294031 未加载
nodesocket超过 7 年前
Confirmed ns-a2.io and ns-a4.io don&#x27;t seem to be responding with DNS results.
mittermayr超过 7 年前
Customers are already filling up our support inbox, so same here. They can access nic.io<p>Any quick fix ideas I can get to a customer without technical command-line experience? Changing DNS or modifying hosts file is not really an option.
评论 #15294889 未加载
JelteF超过 7 年前
The nameservers seem to be returning correct results for our domain again :) (getstream.io). However, the issue is still there for crates.io, so this seems the outage is still partially ongoing.
adrienjarthon超过 7 年前
Indeed I noticed the same issue for my customers using .io domains (and me unfortunately): <a href="https:&#x2F;&#x2F;twitter.com&#x2F;updownio&#x2F;status&#x2F;910508435720065024" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;updownio&#x2F;status&#x2F;910508435720065024</a><p>Seems to be getting better now. High TTL helps but mostly if it was there before so do it now for the next downtime (it&#x27;s frequent with .io)
评论 #15295032 未加载
cjsuk超过 7 年前
We&#x27;re seeing this as well.<p>Edit: it has now taken out our CI infrastructure and dev environments as it&#x27;s caching NXDOMAIN records.
devnull42超过 7 年前
It appears that the issue at first impacted all servers in the anycast pool however eventually it only impacted servers ns-a2 and ns-a4. Those servers started returning NXDOMAINs. I am wondering if this was related to the root server key change yesterday. .IO seems to struggle with basic DNS engineering.
snakegums超过 7 年前
I guess that&#x27;s just the cost of business when your start up is located in the British Indian Ocean Territory
dten超过 7 年前
I wonder if they messed up again and let someone register the .io nameservers<p><a href="https:&#x2F;&#x2F;thehackerblog.com&#x2F;the-io-error-taking-control-of-all-io-domains-with-a-targeted-registration&#x2F;" rel="nofollow">https:&#x2F;&#x2F;thehackerblog.com&#x2F;the-io-error-taking-control-of-all...</a>
jlukic超过 7 年前
Wanted to confirm same issue for my .io domains. This has gotten a lot of people up this morning.
maplebed超过 7 年前
For the curious, the first failure I saw was at 13:15UTC and the last was 14:59UTC.
评论 #15295716 未加载
dedene超过 7 年前
Same issue here. Does NIC.io have a status page for their root servers somewhere?
bhouston超过 7 年前
We are getting some client reports of connectivity issues with clara.io. I suspect it is this issue but haven&#x27;t been able to confirm.
daveknight超过 7 年前
IO apears to have nameservers operated by Afilias, CommunityDNS, OneWorld DNS (which appear to also be CommunityDNS)<p><pre><code> $ for ns in $(dig +short io. IN NS | sort); do ip=$(dig +short ${ns} IN A); rev=$(host ${ip} | awk -Fpointer &#x27;{print $2}&#x27;); echo -n &quot;= $ns = $ip = $rev = &quot;; whois -h whois.ripe.net ${ip} | awk -F: &#x27;&#x2F;^descr:&#x2F; &amp;&amp; !&#x2F;RIPE&#x2F; {print $2}&#x27;; done = a0.nic.io. = 65.22.160.17 = a0.nic.payu. = Afilias NS087 A0 = b0.nic.io. = 65.22.161.17 = b0.nic.payu. = Afilias NS087 B0 = c0.nic.io. = 65.22.162.17 = c0.nic.payu. = Afilias NS087 C0 = ns-a1.io. = 194.0.1.1 = ns1.communitydns.net. = ICB plc Anycast (via NetConnex AS21396), ICB plc Anycast (via Community DNS AS42909) = ns-a2.io. = 194.0.2.1 = ns-a2.io. = ICB plc Anycast (via Community DNS AS42909) = ns-a3.io. = 74.116.178.1 = b3-1.oneworlddns.net. = Community DNS = ns-a4.io. = 74.116.179.1 = b4-1.oneworlddns.net. = Community DNS </code></pre> It looks like a couple of the CommunityDNS nameservers are carrying a different version of the zone than the others:<p><pre><code> dkmpb:~ dknight$ dig -4 +nss io. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 65.22.162.17 in 38 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256292 10800 3600 2764800 900 from server 65.22.160.17 in 44 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 from server 194.0.2.1 in 62 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 194.0.1.1 in 64 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 65.22.161.17 in 98 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 74.116.178.1 in 101 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 from server 74.116.179.1 in 107 ms. </code></pre> And a couple of them are giving bad response<p><pre><code> echo = Afilias dig +noall +norecur +cmd +answer +authority -4 +notcp @a0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @b0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @c0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS echo echo = Community DNS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a1.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a2.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a3.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a4.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ====== Afilias ====== ; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @a0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256290 10800 3600 2764800 900 io. 86400 IN NS ns-a3.io. io. 86400 IN NS b0.nic.io. io. 86400 IN NS ns-a1.io. io. 86400 IN NS ns-a4.io. io. 86400 IN NS ns-a2.io. io. 86400 IN NS a0.nic.io. io. 86400 IN NS c0.nic.io. hostname.bind. 0 CH TXT &quot;ns087b.app22.iad1.afilias-nst.info&quot; hostname.bind. 0 CH NS hostname.bind. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net. shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns2.d-zone.ca. ; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @b0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256290 10800 3600 2764800 900 io. 86400 IN NS ns-a1.io. io. 86400 IN NS c0.nic.io. io. 86400 IN NS ns-a3.io. io. 86400 IN NS a0.nic.io. io. 86400 IN NS ns-a2.io. io. 86400 IN NS ns-a4.io. io. 86400 IN NS b0.nic.io. hostname.bind. 0 CH TXT &quot;ns087b.app12.lax1.afilias-nst.info&quot; hostname.bind. 0 CH NS hostname.bind. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns4.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. ; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @c0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256290 10800 3600 2764800 900 io. 86400 IN NS ns-a1.io. io. 86400 IN NS c0.nic.io. io. 86400 IN NS ns-a4.io. io. 86400 IN NS ns-a2.io. io. 86400 IN NS ns-a3.io. io. 86400 IN NS b0.nic.io. io. 86400 IN NS a0.nic.io. hostname.bind. 0 CH TXT &quot;ns087b.app25.iad1.afilias-nst.info&quot; hostname.bind. 0 CH NS hostname.bind. shl.io. 86400 IN NS ns4.p23.dynect.net. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. ====== Community DNS ====== ; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a1.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256290 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;NORM 002590-E2B186&quot; shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net. ; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a2.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;COMM 002590-E2B186&quot; io. 900 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 ; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a3.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256290 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;NORM 001B24-2DB609&quot; shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net. ; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a4.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;COMM 001B24-2DB609&quot; io. 900 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900</code></pre>
评论 #15296922 未加载
codegeek超过 7 年前
I tried loading redis.io and got the network error. I thought it was just their site but looks like a bigger issue with .io.
dmuld超过 7 年前
This affected my service as well. Where does the root of the problem lie, with the .IO service itself or somewhere else?
treytacon超过 7 年前
Yup, we&#x27;re also seeing this fail for Elastic Cloud (our ES provider which resolves to nodes on aws.found.io).
dmgawel超过 7 年前
It affects also our website.<p>Is there any example of other TLDs having similar issues in past?
SEJeff超过 7 年前
Not the first time .io has had issues: <a href="https:&#x2F;&#x2F;www.theregister.co.uk&#x2F;2017&#x2F;07&#x2F;10&#x2F;io_hijacking_in_transition_cockup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.theregister.co.uk&#x2F;2017&#x2F;07&#x2F;10&#x2F;io_hijacking_in_tra...</a>
wjkohnen超过 7 年前
We were affected as well, but are back on ns-a[24].io. since about 1550Z.
Mojah超过 7 年前
You know, it&#x27;s ironic, but <a href="https:&#x2F;&#x2F;dnsspy.io" rel="nofollow">https:&#x2F;&#x2F;dnsspy.io</a> - which also uses the .io TLD - would alert whenever something like this happens, so you don&#x27;t have to spend hours debugging a DNS issue.
mpswardle超过 7 年前
Ours (kasko.io) seems to be working again on both ns-a2 and ns-a4
lowellmower超过 7 年前
Incomplete copy pasta, or your dig commands are off?
leftnode超过 7 年前
Yup, seeing this as well for one of our .io domains.
obeattie超过 7 年前
Also seeing this affect several of our .io domains.
inka超过 7 年前
Same here. Started 14:20 UK time (13:20 UTC).
msipenko超过 7 年前
.io had a similar issue beginning this year.
msipenko超过 7 年前
same issue here
评论 #15294961 未加载
a13n超过 7 年前
We&#x27;re getting this as well.
southpawflo超过 7 年前
it&#x27;s interesting, last night I was trying to get to sci-hub.io and all that showed up was a blank page. I assumed due to the nature of the site that maybe it was taken down but instead it&#x27;s a .io problem
tbarbugli超过 7 年前
Seems to be fixed now
评论 #15294814 未加载
ostap0207超过 7 年前
Seeing the same issue
RobinUS2超过 7 年前
Having same issues
daveknight超过 7 年前
IO apears to have nameservers operated by Afilias, CommunityDNS, OneWorld DNS<p>$ for ns in $(dig +short io. IN NS | sort); do ip=$(dig +short ${ns} IN A); rev=$(host ${ip} | awk -Fpointer &#x27;{print $2}&#x27;); echo -n &quot;= $ns = $ip = $rev = &quot;; whois -h whois.ripe.net ${ip} | awk -F: &#x27;&#x2F;^descr:&#x2F; &amp;&amp; !&#x2F;RIPE&#x2F; {print $2}&#x27;; done<p>= a0.nic.io. = 65.22.160.17 = a0.nic.payu. = Afilias NS087 A0 = b0.nic.io. = 65.22.161.17 = b0.nic.payu. = Afilias NS087 B0 = c0.nic.io. = 65.22.162.17 = c0.nic.payu. = Afilias NS087 C0 = ns-a1.io. = 194.0.1.1 = ns1.communitydns.net. = ICB plc Anycast (via NetConnex AS21396), ICB plc Anycast (via Community DNS AS42909) = ns-a2.io. = 194.0.2.1 = ns-a2.io. = ICB plc Anycast (via Community DNS AS42909) = ns-a3.io. = 74.116.178.1 = b3-1.oneworlddns.net. = Community DNS = ns-a4.io. = 74.116.179.1 = b4-1.oneworlddns.net. = Community DNS<p>It looks like a couple of the CommunityDNS nameservers are carrying a different version of the zone than the others:<p>dkmpb:~ dknight$ dig -4 +nss io. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 65.22.162.17 in 38 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256292 10800 3600 2764800 900 from server 65.22.160.17 in 44 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 from server 194.0.2.1 in 62 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 194.0.1.1 in 64 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 65.22.161.17 in 98 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256293 10800 3600 2764800 900 from server 74.116.178.1 in 101 ms. SOA a0.nic.io. noc.afilias-nst.info. 1497256201 10800 3600 2764800 900 from server 74.116.179.1 in 107 ms.<p>And they&#x27;re giving bad responses<p>echo = Afilias dig +noall +norecur +cmd +answer +authority -4 +notcp @a0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @b0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @c0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS echo<p>echo = Community DNS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a1.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a2.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a3.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS dig +noall +norecur +cmd +answer +authority -4 +notcp @ns-a4.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS echo<p>= Afilias<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @a0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256301 10800 3600 2764800 900 io. 86400 IN NS c0.nic.io. io. 86400 IN NS ns-a4.io. io. 86400 IN NS b0.nic.io. io. 86400 IN NS a0.nic.io. io. 86400 IN NS ns-a3.io. io. 86400 IN NS ns-a1.io. io. 86400 IN NS ns-a2.io. hostname.bind. 0 CH TXT &quot;ns087b.app16.iad1.afilias-nst.info&quot; hostname.bind. 0 CH NS hostname.bind. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net.<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @b0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256301 10800 3600 2764800 900 io. 86400 IN NS a0.nic.io. io. 86400 IN NS b0.nic.io. io. 86400 IN NS c0.nic.io. io. 86400 IN NS ns-a1.io. io. 86400 IN NS ns-a2.io. io. 86400 IN NS ns-a3.io. io. 86400 IN NS ns-a4.io. hostname.bind. 0 CH TXT &quot;ns087b.app10.lax1.afilias-nst.info&quot; hostname.bind. 0 CH NS hostname.bind. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net. shl.io. 86400 IN NS ns1.d-zone.ca.<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @c0.nic.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256301 10800 3600 2764800 900 io. 86400 IN NS ns-a2.io. io. 86400 IN NS c0.nic.io. io. 86400 IN NS ns-a1.io. io. 86400 IN NS a0.nic.io. io. 86400 IN NS ns-a3.io. io. 86400 IN NS ns-a4.io. io. 86400 IN NS b0.nic.io. hostname.bind. 0 CH TXT &quot;ns087b.app9.iad1.afilias-nst.info&quot; hostname.bind. 0 CH NS hostname.bind. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns1.d-zone.ca.<p>= Community DNS<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a1.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256301 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;NORM 002590-E2B186&quot; shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net.<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a2.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256301 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;COMM 002590-E2B186&quot; shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net. = OneWorldDNS &#x2F; CommunityDNS?<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a3.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256301 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;NORM 001B24-2DB609&quot; shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net.<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; +noall +norecur +cmd +answer +authority -4 +notcp @ns-a4.io. io. IN SOA hostname.bind. CH TXT shl.io. IN NS ; (1 server found) ;; global options: +cmd io. 86400 IN SOA a0.nic.io. noc.afilias-nst.info. 1497256301 10800 3600 2764800 900 hostname.bind. 0 CH TXT &quot;COMM 001B24-2DB609&quot; shl.io. 86400 IN NS ns1.d-zone.ca. shl.io. 86400 IN NS ns2.d-zone.ca. shl.io. 86400 IN NS ns1.p23.dynect.net. shl.io. 86400 IN NS ns2.p23.dynect.net. shl.io. 86400 IN NS ns3.p23.dynect.net. shl.io. 86400 IN NS ns4.p23.dynect.net.
评论 #15296984 未加载
pedrofranceschi超过 7 年前
same
CoreXtreme超过 7 年前
Same issue here! Luckily, all our API clients include a fallback domain.
评论 #15296963 未加载
johns超过 7 年前
Might be limited to Route 53: <a href="https:&#x2F;&#x2F;status.aws.amazon.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;status.aws.amazon.com&#x2F;</a>
评论 #15295137 未加载
评论 #15295169 未加载