Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeff-dagenais/5d9ca88e453b8667ae3f29bf56a38173 to your computer and use it in GitHub Desktop.
Save jeff-dagenais/5d9ca88e453b8667ae3f29bf56a38173 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS5 localhost:1080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment