intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Ensure 127.0.0.1 is part of the no_proxy env variable #72

Closed markdryan closed 6 years ago

markdryan commented 6 years ago

This commit ensures that 127.0.0.1 is present in the workspace.NoProxy field if proxies are enabled on the host. The chances are that if the host has proxies enabled, 127.0.0.1 will be present in its no_proxy anyway, but we might as well make sure. If it is present, we'll take care not to add it twice.

Signed-off-by: Mark Ryan mark.d.ryan@intel.com