Skip to content

Instantly share code, notes, and snippets.

@koistya
Created April 28, 2018 19: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 koistya/870232dbd78d6882962fd6f16daaff0f to your computer and use it in GitHub Desktop.
Save koistya/870232dbd78d6882962fd6f16daaff0f to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host){
return "PROXY 127.0.0.1:1081; DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment