Skip to content

Instantly share code, notes, and snippets.

@d1b
Created December 24, 2013 08:33
Show Gist options
  • Save d1b/8110391 to your computer and use it in GitHub Desktop.
Save d1b/8110391 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS5 localhost:8080; SOCKS5 localhost:8081; SOCKS5 localhost:8082";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment