How to install a Squid proxy on a Raspberry Pi
This story will show how to install Squid3 on a Raspberry Pi (1) and set it up as a proxy server
Squid as a proxy
Install Squid
First install squid
$ sudo apt install squid3
Enable the squid server to run …