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.

Cloudflare is resolving the incorrect DNS for archive.today again

4 pointsby Trouble_007about 2 years ago
<p><pre><code> dig archive.today @1.1.1.1 returns - SOA carl.archive.is. admin.archive.today. </code></pre> --&gt; Tell HN: Archive.* Is Unavailable : https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35749833<p>Title edited

2 comments

tssvaabout 2 years ago
A couple of issues with the title. The 1st is that archive.* not resolving isn&#x27;t accurate. archive.today and the other domains associated with it such as archive.is fail to resolve. archive.org which is not associated resolves fine. The same for archive.us (a parked domain). Also the title implies the issue is with Cloudflare when the issue is archive.today refusing to answer dns requests from Cloudflare.
评论 #35841846 未加载
LinuxBenderabout 2 years ago
Archive.is have a history of blocking CF as CF do not pass EDNS Client-Subnet data. I think that blocking CF is an odd choice given that sending EDNS Client-Subnet data is entirely optional.<p>As a work-around one could use Google or OpenDNS or others <i>listed below</i>:<p><pre><code> 8.8.8.8, 8.8.4.4, 208.67.222.222, 208.67.220.220, 149.112.112.112 </code></pre> There are a few DoT&#x2F;DoH&#x2F;QUIC servers [1][2] if anyone is using Unbound on their home network or wish to edit their browser settings. The equivalent command for dig with DoT is kdig, available in the knot-utils package.<p><pre><code> kdig @37.252.231.163 +tls-ca +tls-host=open.dns0.eu +noall +answer archive.is archive.is. 300 IN A 185.101.35.175 </code></pre> [1] - <a href="https:&#x2F;&#x2F;dnsprivacy.org&#x2F;public_resolvers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dnsprivacy.org&#x2F;public_resolvers&#x2F;</a><p>[2] - <a href="https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;wiki&#x2F;DNS-over-HTTPS#publicly-available-servers">https:&#x2F;&#x2F;github.com&#x2F;curl&#x2F;curl&#x2F;wiki&#x2F;DNS-over-HTTPS#publicly-av...</a>