⚠️ This repository is not maintained⚠️
⚠️ You can go to this fork: webalexeu/puppet-winhttp_proxy⚠️
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with winhttp_proxy
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
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.