Skip to content

Instantly share code, notes, and snippets.

@mhama
Last active April 4, 2018 09:26
Show Gist options
  • Save mhama/5bd8815dd5206e61466fe793e52937e2 to your computer and use it in GitHub Desktop.
Save mhama/5bd8815dd5206e61466fe793e52937e2 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS 192.168.10.3:8889";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment