Why not add the ability to add a proxy in the circuit after the exit node in case a website is blocking Tor?
I know that this theoretically decreases anonymity but it still provides better anonymity than using nothing or just a proxy.
Why not add the ability to add a proxy in the circuit after the exit node in case a website is blocking Tor?
I know that this theoretically decreases anonymity but it still provides better anonymity than using nothing or just a proxy.
Hey there !
I donât know if it will be implemented one day but you can find a 2016 answer from dcf here : Breaking through censorship barriers, even when Tor is blocked | Tor Blog
Using âexit bridgesâ as you suggest might not work, because many services (including CloudFlare) donât block Tor using a blacklist of exit nodes, rather have some automated system that detects abuse (like comment spam) and blocks IP addresses when it gets too high. (See the CloudFlare support page, Does CloudFlare block Tor?)
And here is a recent research paper about it : https://www.freehaven.net/anonbib/cache/exit-bridge-onion-services.pdf
edit : added direct link to the pdf paper
I think thatâs just a palliative solution that wouldnât help Tor users in the medium term. For regular Tor users, that would not scale well. But, if youâre trying to solve the Captcha issue and/or websites blocking Tor users, there are more interesting projects and approaches.
For example:
Tor exit blocking, in which websites disallow clients arriving from Tor, is a growing and potentially existential threat to the anonymity network. We introduce two architectures that provide ephemeral exit bridges for Tor which are difficult to enumerate and block. Our techniques employ a micropayment system that compensates exit bridge operators for their services, and a privacy-preserving reputation scheme that prevents freeloading. We show that our exit bridge architectures effectively thwart server-side blocking of Tor with little performance overhead. Bypassing Tor Exit Blocking
Video presentation: https://dl.acm.org/doi/10.1145/3372297.3417245
edit: added link to video presentation.