Is possible to configure a proxy?
Closed this issue · 3 comments
moscati commented
Is possible to configure a proxy?
santinic commented
@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"
moscati commented
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
santinic commented
cool, happy to hear that