| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
⚠️ This repository is not maintained ⚠️
⚠️ You can go to this fork: webalexeu/puppet-winhttp_proxy ⚠️
Manage Windows system proxy (i.e. WinHTTP Proxy, not the Internet Explorer one).
This module use netsh command to change the Windows system proxy settings.
This module changes the "netsh winhttp proxy" context.
For more info, read M$ docs
###Setup Requirements
Winhttp_proxy uses Ruby-based providers, so you must enable pluginsync enabled.
Examples :
winhttp_proxy { 'proxy':
proxy_server => 'proxy',
bypass_list => '<local>'
}
winhttp_proxy { 'proxy':
proxy_server => 'http=proxy.example.com;https=proxy.example.org',
bypass_list => '<local>;*.example.org;*.example.com'
}Requires Windows >= 7 or Windows >= 2008 (netsh provider).
As any github project, you can read the source, fork and report issues.
| Back | FazBrowse Home | New Git URL |