rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.74k stars 1.07k forks source link

Use proxychains only for certain networks #298

Closed ivanilvescmp closed 5 years ago

ivanilvescmp commented 5 years ago

Hello,

I would like to know is there any configuration file directive that would allow proxy tunneling for certain destinations only?

It's localnet vice versa - I want to specify only list of special networks I want to use with proxychains and not use proxies by default. 😄

Is that somehow possible?

Thank U!

rofl0r commented 5 years ago

not directly, but U can use tinyproxy's upstream directive to select different upstream proxies per destination network (those could, in turn, point to a proxychained microsocks server, in case you need several hops), which you then set as your system proxy, or with proxychains. funnily enough, this was asked a week ago in #296

ivanilvescmp commented 5 years ago

OK! Will try.

Thank you!