Skip to content

Archive.is blocking archiving from it :( #1301

Answered by pirate
gerroon asked this question in Q&A
Discussion options

You must be logged in to vote

Is your DNS set to 1.1.1.1? The owner of Archive.is hates Cloudflare and famously shows this "unsolvable captcha" page to troll people using Cloudflare DNS.

Check if there's any chance your container, Docker VM, or host machine are set up to resolve DNS through 1.1.1.1.

The simple way

docker compose run archivebox add 'https://one.one.one.one/help/'

# then view the snapshot output to see if it shows you resolving DNS through cloudflare

The hard way

docker compose up -d
docker compose exec archivebox /bin/bash

apt update -qq
apt install -y dnsutils

nslookup archive.is
dig +trace archive.is

Check for any cloudflare domains or IPs in the DNS trace.


The Fix

Change the dns: section in dock…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gerroon
Comment options

Answer selected by gerroon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants