There are several ways to deploy proxy to client's browser like Wpad, GPO, login script...
One that I would like to focuse is DHCP with option 252 that will pass to clients a proxy.pac script that, depending on which subnet client is, will setting up a differently proxy to clients.
proxy.pac can be published in several ways:
- Distribute the tested
proxy.pac
file either by emailing it to your users or by posting it on an internal web server. - Distribute the configuration as a
wpad.dat
file, which is documented in the Publishing Proxy Information as awpad.dat
File Knowledgebase article. - Enforce the proxy configuration by Creating a Group Policy Object (GPO) on your Active Directory server.
Here they are some articles useful: