Today, I enabled quad9 dns for my home network, and archive.today now requires a captcha, which results in an infinite loop.

A similar problem was reported some months ago for Cloudflare’s 1.1.1.1

Posting here to see whether it’s just me or everyone. Is this a know problem?

  • @redcalcium
    link
    English
    67 months ago

    The gist is, archive.today configured their DNS server to use edns client subnet to determine the visitor’s general location to direct them to servers closest to their area for load balancing purpose. Cloudflare DNS however doesn’t pass that information for privacy reason. I guess this piss archive.today’s dev off because their dns-based load balancing is no longer work effectively for cloudflare DNS users, so they outright block it.

        • @redcalcium
          link
          English
          37 months ago

          Maybe just hard code the DNS value for archive.is in your host file or your pihole (if you use pihole)?

          • @_edge@discuss.tchncs.deOP
            link
            fedilink
            English
            17 months ago

            Sounds like a simple solution.

            Although I’m not really sure what happens here. I do get an IP address via quad9 and I do get other IP adresses using other resolvers, but how do I know which one works.

            • @redcalcium
              link
              English
              17 months ago

              Both should work, archive.today is using a dns-based load balancer where it answer DNS query with an IP address for a server that supposedly closer to you. Just pick one with the shortest ping and see if it’ll work.

              • @_edge@discuss.tchncs.deOP
                link
                fedilink
                English
                17 months ago

                But, then, why does it not work when using quad9? The result from quad9 may not be the closest server, but they can serve the captcha, so I’m reaching one of their servers.

    • @Spotlight7573@lemmy.world
      link
      fedilink
      English
      17 months ago

      From my understanding, it’s not quite the closest server:

      https://news.ycombinator.com/item?id=36971650

      I talked to the maintainer of archive.is years ago, they said this (hopefully they won’t mind me posting):

      There have been numerous attacks where people upload illegal content (childporn or isis propaganda) and immediately reported to the authorities near the IP of the archive. It resulted in ceased servers and downtimes. I just have no time to react. So I developed sort of CDN, with the only difference: DNS server returns not the closest IP to the request origin but the closest IP abroad, so any takedown procedure would require bureaucratic procedures so I am getting notified notified and have time to react.

      But CloudFlare DNS disrupts the scheme together with all other DNS-based CDNs Cloudflare is competing with and puts the archive existence on risk. I offered them to proxy those CloudFlare DNS’s users via their CDN but they rejected. Registering my own autonomous system just to fix the issue with CloudFlare DNS is too expensive for me.

      So Cloudflare isn’t doing anything wrong by passing DNS lookup results it gets from the archive.is servers to its customers instead of trying to ‘fix’ them somehow, but there does seem to be a somewhat legitimate reason for archive.is to be wanting the EDNS subnet information that Cloudflare does not provide due to customer privacy reasons.

      • @redcalcium
        link
        English
        27 months ago

        Returning not the closest IP, but the closest IP in a neighboring country? This is actually pretty smart. I wonder how effective it is at stalling takedowns though.