Skip to content

Instantly share code, notes, and snippets.

@vu3rdd
Created May 18, 2012 05:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save vu3rdd/2723423 to your computer and use it in GitHub Desktop.
Save vu3rdd/2723423 to your computer and use it in GitHub Desktop.
circumvent Internet censorship
  • You will need a VPS/Unix Shell account on a remote machine sitting in a country with some sane laws.

  • from your local machine, do:

    $ ssh -D 1080 user@host

On your browser (or other applications), go to the network connection settings, select the option to use a proxy and leave everything blank except the SOCKS option, where you fill in hostname as localhost or 127.0.0.1 and port number as 1080 (or whatever you filled in above). That is all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment