santinic/how2

Is possible to configure a proxy?

Closed this issue · 3 comments

Is possible to configure a proxy?

@moscati It should take HTTPS_PROXY or HTTP_PROXY like all command line tools.
you need to make an alias though:
alias how2="HTTPS_PROXY='' how2"

I use Ubuntu. All other command line tools use http_proxy and https_proxy.
I added HTTPS_PROXY or HTTP_PROXY and it works.
Thanks

cool, happy to hear that