You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add functionality that lets Panamax run through a web proxy. Hopefully this shouldn't be too difficult, as reqwest is heavily used and has built-in proxy functionality.
The proxy should be settable via the HTTP_PROXY environment variable, or an optional http_proxy option in mirror.toml, under the [mirror] section.
The text was updated successfully, but these errors were encountered:
Add functionality that lets Panamax run through a web proxy. Hopefully this shouldn't be too difficult, as reqwest is heavily used and has built-in proxy functionality.
The proxy should be settable via the HTTP_PROXY environment variable, or an optional http_proxy option in mirror.toml, under the
[mirror]
section.The text was updated successfully, but these errors were encountered: