Creating SOCKS5 Proxy to bypass Censorship

Requirements

  • a Client which can be your Phone, PC, or any other device.

    Note: Connected to Intranet

  • Device which is connected to Internet but still has a layer of censorship.

    Note: Connected to Internet with Censorship

  • Device which is connected to Internet and has no censorship.

    Note: Connected to Internet with no Censorship

  • SSH
  • Dante
  • Proxifier
ssh -N -v -L [Source IP]:[Source Port]:[Destination IP]:[Destination Port] [Username]@[Server IP Address or Domain Name]

Hint: Instead of using IP Address, you can use Domain Name
You can use any port you want for Source Port and Destination Port

ssh -C -N -v -D [Destination IP]:[Destination Port] [Username]@[IP or Domain Name]

2022

Let’s listen to music together

less than 1 minute read

Suggestions are highly appreciated I’m a big fan of music, and sure many of you are too. not looking for anything specific, just something that you like a...

Back to top ↑

2019

How to create github websites

4 minute read

First part: 1-Create an account in Github 1-1- first, go to Github website 1-2- Click on sign up button on the top of the screen (your user name wil...

Back to top ↑