-
Notifications
You must be signed in to change notification settings - Fork 689
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
Better usage of args #83
Comments
I wonder if using a more standard format for the proxy URL could be better. Something like socks5://127.0.0.1:1234 or socks5:127.0.0.1:1234. I know other command-line tools that use both of those formats. |
Could be, but it would be unnecessary without support of another proxy types. |
There are plans to implement other proxy types though. Better to change/break things once rather than twice. |
I understand, but I need functions to do this. For example |
I recommend using the SOCKS5 parameters as
-x 127.0.0.1:9050
instead of using-x --proxy-host 127.0.0.1 --proxy-port 9050
.I'll start coding about that if it's approved.
The text was updated successfully, but these errors were encountered: