Skip to content

Instantly share code, notes, and snippets.

@caquino
Created October 10, 2018 11:33
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 caquino/1384a5803778dce23819c423e090d827 to your computer and use it in GitHub Desktop.
Save caquino/1384a5803778dce23819c423e090d827 to your computer and use it in GitHub Desktop.
function FindProxyForURL ( url, host ) {
return "PROXY 10.0.0.1:8080; DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment