Is there any way in which I can turn my Raspberry Pi into a proxy server?
I have been learning about ways to protect yourself online (vpns, etc...) and I would like to be able to route my internet stuff through my home network connection.
Is there any way in which I can turn my Raspberry Pi into a proxy server? I have been learning about ways to protect yourself online (vpns, etc...) and I would like to be able to route my internet stuff through my home network connection. |
|||
sudo apt-get install tinyproxy
), configure it, then configure your home router to use a dyndns service and forward a port to tinyproxy. – maligree Apr 21 at 21:20