I am using ProxyChains to connect to my proxy at college. It works very fine except that it even redirects packets meant for a local port to the proxy server :
|S-chain|-<>-172.22.2.211:3128-<><>-4.2.2.2:53-<><>-OK
|S-chain|-<>-172.22.2.211:3128-<><>-127.0.0.1:57343-<--denied
Is there any way to add an exception for 127.0.0.1 in ProxyChains
The following patch has been included in this fork.
Build with
Create the following config file in
/etc/proxychains.conf
:(See
src/proxychains.conf
for a commented example).Start the SOCKS proxy on local port 8080 to send traffic via a proxy-free server: