Skip to content

Add support for ignoring domains using noproxy directive in configuration file #174

@mwj-dis-dk

Description

@mwj-dis-dk

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions