Last active
April 2, 2018 19:10
-
-
Save poeli/499d0bd5422dfdb5e273be90a9de54b3 to your computer and use it in GitHub Desktop.
quick socket5 proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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