-
Notifications
You must be signed in to change notification settings - Fork 322
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
Use proxys ? #78
Labels
Comments
mariotrucco
added a commit
to mariotrucco/bombardier
that referenced
this issue
Nov 18, 2021
This adds a new --proxy flag, that alows to specify a proxy to use like in curl. One could instead fix the env var mechanism which does not work as reported (see codesenberg#78). But this is maybe more straigthforward and more user friendly.
mariotrucco
added a commit
to mariotrucco/bombardier
that referenced
this issue
Nov 19, 2021
This adds a new --proxy flag, that alows to specify a proxy to use like in curl. One could instead fix the env var mechanism which does not work as reported (see codesenberg#78). But this is maybe more straigthforward and more user friendly.
Hi! Any updates of adding this to release? |
Closed
Hi! Is this planning on being added? I think a --proxy option and support for http_proxy environment variable would be great. Would we be able to revive #87 ? |
@Radical-Egg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Can i use http socks4/5 proxy ?
How too ?
i set some env on my debian but not working
export https_proxy=https://10.11.0.40:443/
export http_proxy=https://10.11.0.40:443/
The text was updated successfully, but these errors were encountered: