Skip to content

Instantly share code, notes, and snippets.

@enimo
Created March 17, 2012 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enimo/2056737 to your computer and use it in GitHub Desktop.
Save enimo/2056737 to your computer and use it in GitHub Desktop.
a ssh tunnel pac
function FindProxyForURL(url, host) {
return "SOCKS 127.0.0.1:7070";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment