Skip to content

Instantly share code, notes, and snippets.

@kovyrin
Created October 3, 2010 20:57
Show Gist options
  • Save kovyrin/608932 to your computer and use it in GitHub Desktop.
Save kovyrin/608932 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Set up an ssh tunnel to our proxy server + socks5 proxy endpoint at 127.0.0.1:1080
ssh -D 1080 -N -c blowfish -f proxy.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment