Skip to content

Instantly share code, notes, and snippets.

@vwrs
Last active November 27, 2018 08:49
Show Gist options
  • Save vwrs/fe5cdce8beb62a94ffe720a9784d5bca to your computer and use it in GitHub Desktop.
Save vwrs/fe5cdce8beb62a94ffe720a9784d5bca to your computer and use it in GitHub Desktop.
Socks Proxy
function FindProxyForURL(url, host) {
return "SOCKS localhost:10080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment