Skip to content

Instantly share code, notes, and snippets.

@iakshay
Created October 20, 2013 22:42
Show Gist options
  • Save iakshay/7076259 to your computer and use it in GitHub Desktop.
Save iakshay/7076259 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS 202.78.172.162:3128";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment