Skip to content

Instantly share code, notes, and snippets.

@b-yao
Created February 7, 2018 01:49
Show Gist options
  • Save b-yao/8902f88c81f89bbff088d64432b0c4c5 to your computer and use it in GitHub Desktop.
Save b-yao/8902f88c81f89bbff088d64432b0c4c5 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS 192.168.3.7:8080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment