Comment by 1vuio0pswjnm7
1 month ago
Works where archive.is is blocked
echo "
foreground=no
[ economist ]
accept=127.0.0.127:80
client=yes
options=NO_TICKET
options=NO_RENEGOTIATION
renegotiation=no
sslVersion=TLSv1.3
sni=www.economist.com
connect=172.64.145.237:443
"|stunnel -fd 0 -- 50b76b93
x=https://www.economist.com/united-states/2026/01/08/why-overdose-deaths-are-falling-in-america
(
echo GET /${x#*//*/} HTTP/1.0 @
echo host: www.economist.com @
echo user-agent: "Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36 Lamarr" @
echo @
)|tr @ '\r'|nc -vvn 127.127 80 > 1.htm
kill $(busybox pgrep -f 50b76b93)
firefox ./1.htm
How's this supposed to work? It doesn’t even make it through the Cloudflare captcha.