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.

Why does 1.1.1.1 not resolve archive.is?

313 pointsby stargraveover 5 years ago

17 comments

amarshallover 5 years ago
Previous discussion concerning this, which includes replies from Cloudflare: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19828317" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19828317</a>
评论 #21156000 未加载
评论 #21155354 未加载
nindalfover 5 years ago
This link and the two answers within demonstrate something important, broader than the DNS related issue at hand.<p>Both make implicit assumptions. One assumes the worst of Cloudflare and thinks “what’s the worst reason Cloudflare could have for doing this. How do they profit off this?” And the other assumes that Cloudflare has good intentions.<p>Neither answer is technically wrong. Both flow logically from their initial assumptions. But it shows how different our conclusions can be depending on where our initial biases lie. For the person who believes the first answer and says “prove to me that Cloudflare isn’t doing something nefarious”, it’s not possible. The analysis is correct and can’t be challenged unless the initial assumption is challenged. And for people who <i>strongly</i> believe that Cloudflare has bad intentions, nothing can be done to change their mind.<p>In this example it’s Cloudflare but it applies to any person or organisation that we feel strongly about.
评论 #21155719 未加载
评论 #21156319 未加载
评论 #21155593 未加载
profmonocleover 5 years ago
&gt; I consider EDNS-less requests from Cloudflare as invalid.<p>If your site depends on a DNS extension that&#x27;s only 3.5 years old (and designed to be optional), I think it&#x27;s fair to say your site is just offline for some users due to a config mistake.<p>You&#x27;re free to set up your servers however you like, but there&#x27;s wisdom in Postel&#x27;s law.
评论 #21156749 未加载
评论 #21155460 未加载
评论 #21155852 未加载
评论 #21156470 未加载
tedk-42over 5 years ago
I really don&#x27;t see this as a problem of Cloudflare.<p>End users switching to Cloudflare&#x27;s DNS endpoint are doing so because they feel the DNS provider is both faster and more secure.<p>They rightly made the decision NOT to pass on the end user&#x27;s IP information to the upstream DNS server. I agree with this decision and they are acting in my best interests in doing so. To draw some kind of nefarious intention from this is absurd.<p>Until Cloudflare are proven to be nefarious actors, I&#x27;ll continue to use their service.
评论 #21156145 未加载
评论 #21159085 未加载
评论 #21155939 未加载
darklajidover 5 years ago
I&#x27;m with some of the people on Twitter: It seems weird (to put it mildly) to just blackhole your own site with no explanation whatsoever to the end-user. For everyone on 1.1.1.1 archive.is will now be &quot;down&quot; and they&#x27;re none the wiser.<p>Maybe there&#x27;s a big backstory here, but without context that seems passive-aggressive and quite random?
评论 #21155600 未加载
评论 #21156265 未加载
jchwover 5 years ago
I am no expert by any means. However, I strongly suspect EDNS is not actually needed to run a CDN. There’s a lot of approaches to balancing load and distributing traffic. An example of another approach would be using anycast IPs.<p>I’m also surprised that traffic from Cloudflare DNS users caused any significant problem. Was it really that much traffic?
评论 #21155345 未加载
评论 #21156838 未加载
评论 #21157221 未加载
viraptorover 5 years ago
&gt; massive mismatch (...) of where DNS and related HTTP requests come from causes so many troubles<p>Does anyone know what they could mean here? I get that having more open connections and slow requests is not great, but there are popular attacks people will try against them in this case. They already have to handle pathologic cases of slow requests, so handling some small number of slower clients shouldn&#x27;t be an issue.<p>Or are they talking about some other problem?
评论 #21155380 未加载
bastawhizover 5 years ago
A lot of folks here seem to be saying &quot;if you&#x27;re going to make a DNS query, you&#x27;re only going to make a HTTP request,&quot; which is simply untrue. Hell, you can add a HTML tag to your page to prefetch DNS queries. Browsers prefetch DNS just for hovering your mouse over a link or typing something into your address bar (without actually navigating). Should some DNS server know your IP address just because you moved your mouse over a link? IMO, no.
评论 #21159133 未加载
ggmover 5 years ago
ECS is not equivalent to &#x27;send the IP&#x27; but is revealing.<p>the fact that I subsequently connect to another place over HTTP or some other protocol is distinct from telling a DNS authority who is asking a question about a domain name: the article implies &quot;its the same leakage&quot; but it isn&#x27;t: different people get told.
评论 #21155247 未加载
cm2187over 5 years ago
I don’t understand the privacy reason. If I am querying for domain x, why does it matter that domain x’s DNS servers know what IP I am querying them from? I am going to hit their web server directly with that very same IP in a few milliseconds anyway.
评论 #21156126 未加载
chaitanyaover 5 years ago
Does 1.1.1.1 send ECS info to Cloudflare’s own nameservers? More generally, does 1.1.1.1 in any way treat Cloudflare’s own nameservers in a special way and send it information that it doesn’t send to others?<p>If the answer to these questions is no, then Cloudflare’s reasons for blocking ECS (ie privacy) carry weight. Otherwise no.
评论 #21157537 未加载
评论 #21157515 未加载
PeterStuerover 5 years ago
Not sure why this is a link to stackexchange as the second answer is lifted from the previous HN discussion on the topic<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19828317" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19828317</a>
varelazover 5 years ago
I think decision of archive.is is very interesting. 1) They attracted a lot of attention; 2) They showed the way to struggle with Cloudflare business that abuse their service.<p>If several bigger CDNs like akamai or softlayer will consider requests from 1.1.1.1 without EDNS as invalid and block them, Clouldflare wouldn&#x27;t be able just to say that it&#x27;s their own problems
Santosh83over 5 years ago
I&#x27;m using Cloudflare&#x27;s DoH service built into Firefox and archive.is is resolvable.
评论 #21155398 未加载
评论 #21155400 未加载
vescheover 5 years ago
Roads...? Where we&#x27;re going, we don&#x27;t need roads.
knownover 5 years ago
Is adding &quot;62.192.168.106 archive.is&quot; to &#x2F;etc&#x2F;hosts a work around?
评论 #21160694 未加载
LeoNatan25over 5 years ago
This is the reason I stopped using 1.1.1.1.
评论 #21155312 未加载
评论 #21155311 未加载