-
Notifications
You must be signed in to change notification settings - Fork 74
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
Single / global configuration key for setting proxy #14
Comments
tmatilai
referenced
this issue
Aug 5, 2013
Sounds reasonable. vagrant-proxy plugin has reserved the |
You're welcome to it! |
This was referenced Aug 30, 2013
I'll close this in favor of PR #17. |
tmatilai
added a commit
that referenced
this issue
Aug 30, 2013
Single / global configuration key for setting proxy Fixes #14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While vagrant-proxyconf can set the proxy for multiple programs separately (e.g.
config.apt_http_proxy
vs.config.env_http_proxy
) the typical use case is to set the same proxy for all these programs.Idea:
config.apt_proxy.http
sets the proxy only for aptconfig.env_proxy.http
sets only the*_proxy
env varsconfig.proxy.http
(or maybeconfig.global_proxy.http
?) sets the proxy for all programsThe text was updated successfully, but these errors were encountered: