Is your feature request related to a problem? Please describe.
I need to specify a list of domains not to proxy. There is no support for "no_proxy" env. variable in proxychains .. unless I missed something.
I use proxychains to run an application which uses a proxy to access one server only and not proxy the rest of the network communication.
Describe the solution you'd like
Implement support for
"noproxy "
in the configuration file.
I have a working prototype which I can make a pull request out of.
It implements the above configuration.
When a DNS query is done it adds an IPv4 address to a list of blacklisted IPv4 addresses. This could be extended for IPv6 as well.