Tor is being blocked on some sites which makes it painful to use
User -> ISP(?) -> Tor -> Proxy -> Internet
This makes the tor traffic visible to the proxy provider so it should be used only on websites that doesn't track you via cookies and fingerprinting so that in the expected scenario the proxy provider is expected to know only that "Someone on onion network is accessing this site" and should be used only to selected sites that block tor
Unknown
In theory we can use proxychains with random_chain, but that doesn't allow us to route the traffic through tor specifically
- In theory proxychains can be forked to accept
--config pathargument that then can be used asproxychain --config path proxychains --config path commandwhere the first proxychains is usingdirect_chainto tor and the otherrandom_chainto huge list of free proxies?
SOLUTION: Using torsocks proxychains command works assuming proxychains configured to use random_chain of 3 for regular SOCSK5 proxies