Skip to content

Instantly share code, notes, and snippets.

@balupton
Last active December 14, 2015 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balupton/5089938 to your computer and use it in GitHub Desktop.
Save balupton/5089938 to your computer and use it in GitHub Desktop.
Squid Proxy Configuration
function FindProxyForURL(url, host) {
return "PROXY 10.1.1.102:8080; DIRECT";
}
@balupton
Copy link
Author

balupton commented Mar 5, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment