Skip to content

Instantly share code, notes, and snippets.

@DannyAziz
Created September 6, 2016 14:36
Show Gist options
  • Save DannyAziz/f5ac9a690ac556bcd057c56c432a1b14 to your computer and use it in GitHub Desktop.
Save DannyAziz/f5ac9a690ac556bcd057c56c432a1b14 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS 192.168.1.74:8889";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment