Linux – Can’t Run Tor Browser Through Configured Proxychains

browserlinuxnetworkingPROXYtor

I recently configured my proxychains to soc5, and it is working fine but when I run the command proxychains ./tor-browser_en-US/Browser/start-tor-browser , tor starts but doesn't connect to internet. it just tries to connect to internet but can't.

But it works fine without using the proxychains.
help me please.

Best Answer

The current Tor browser does everything necessary, what ProxyChains would do for normal programs using TCP connections, itself. Because ProxyChains intercepts all libc network functions and replaces them by its own, the Tor browser fails to establish the connections it needs.

Related Question