Skip to content

Instantly share code, notes, and snippets.

@poeli
Last active April 2, 2018 19:10
Show Gist options
  • Save poeli/499d0bd5422dfdb5e273be90a9de54b3 to your computer and use it in GitHub Desktop.
Save poeli/499d0bd5422dfdb5e273be90a9de54b3 to your computer and use it in GitHub Desktop.
quick socket5 proxy
# quick socket5 proxy
# set socket5 proxy to $SERVER:$PORT at the browser
ssh -D $PORT -f -C -q -N $SERVER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment