Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added getting proxy from env PROXYCHAINS_ONE_PROXY #276

Closed
wants to merge 1 commit into from

Conversation

delin
Copy link

@delin delin commented Feb 27, 2019

Usage Example:
$ PROXYCHAINS_ONE_PROXY="socks4 127.0.0.1 9050" proxychains telnet targethost.com

in this example it will using only proxy from envirmoment variable PROXYCHAINS_ONE_PROXY
and ignore proxy list from config file

@rofl0r
Copy link
Owner

rofl0r commented Feb 27, 2019

this can be done easily via a shell-script wrapper, no need to shoehorn yet another option into proxychains (see #246 (comment) for an example).

@rofl0r rofl0r closed this Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants