salesforce / global-tunnel

Deprecated, please see:
https://github.com/np-maintain/global-tunnel
BSD 3-Clause "New" or "Revised" License
48 stars 48 forks source link

How to use NO_PROXY env variable #15

Open kkochubey1 opened 8 years ago

kkochubey1 commented 8 years ago

I need ability to do direct calls for local addresses. How to make global-tunnel module read NO_PROXY env variable and make direct calls if url is pointed to intranet?

alexandrev commented 8 years ago

:+1:

anayini commented 8 years ago

👍

anayini commented 8 years ago

This would be super useful to me. We have a sudden requirement to route all traffic through an HTTP Proxy on our gateway, but are only supposed to be using it for egress traffic, hence respecting no_proxy would solve all my issues.

anthcourtney commented 8 years ago

:+1:

byteshiva commented 7 years ago

some similar fix for no_proxy is available in request https://github.com/request/request/pull/1096