Skip to content

Instantly share code, notes, and snippets.

@tvvocold
Last active September 15, 2015 14:44
Show Gist options
  • Save tvvocold/c5d4c5989f493fb6f5c1 to your computer and use it in GitHub Desktop.
Save tvvocold/c5d4c5989f493fb6f5c1 to your computer and use it in GitHub Desktop.
function FindProxyForURL( url, host )
{
return "SOCKS 192.168.1.168:9009";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment