Skip to content

Instantly share code, notes, and snippets.

@0rca
Last active December 3, 2015 18:34
Show Gist options
  • Save 0rca/9169212 to your computer and use it in GitHub Desktop.
Save 0rca/9169212 to your computer and use it in GitHub Desktop.
Poor man's VPN
alias vpn='while true; do ssh -N -D 127.0.0.1:1080 yoursitenamehere.com; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment