Skip to content

Instantly share code, notes, and snippets.

@danielb2
Last active December 30, 2015 16:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielb2/2fabb9c8cd1bdc4271cd to your computer and use it in GitHub Desktop.
Save danielb2/2fabb9c8cd1bdc4271cd to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "PROXY 192.168.1.6:8888;";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment