Proxy Server on BrainyPi
Description: A non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, ads and other junk. It has a flexible configuration and can be customized to your needs.
Steps to Install:
Copy and paste the following lines into a terminal:
sudo apt update
sudo apt upgrade
sudo apt install privoxy
sudo nano /etc/privoxy/configFind
listen-address 127.0.0.1:8118
listen-address [::1]:8118Replace With
listen-address :8118
Save the file by pressing CTRL + X, followed by Y, then ENTER.
Run the below command.
sudo systemctl restart privoxy
Installation will be completed.
Useful for: Ad blocking, access control, enhanced privacy.
Link to original project: https://github.com/unisx/privoxy
Link to Youtube Video: