Linux serverlinux web serverNETWORK ADMINISTRATIONS

How to proxy your web traffic via your Linux Server without a VPN?

In this video, I will show you a pretty cool and easy way on how to proxy your web traffic without having to install a VPN or do any special server configuration by just using SSH tunneling!

All you would need is a server and SSH access.

You can use my DigitalOcean referral code to get a free $100 credit to spin up your own servers:

https://m.do.co/c/2a9bba940f39

The command that you would need to use is:

ssh -ND 1080 root@your-server.com

There would be no output. This would open a socket that we would use to connect to and proxy our network traffic.

The Video was originally posted here:

https://devdojo.com/episode/how-to-proxy-your-web-traffic-via-your-linux-server-without-a-vpn?ref=bobbyiliev

source

by Bobby Iliev

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *