Privoxy is a "privacy enhancing proxy", filtering Web pages and removing advertisements.
-
First install
ds
: -
Then get the privoxy scripts from github:
ds pull privoxy
-
Create a directory for the privoxy container:
ds init privoxy @priv1
-
Build image, create the container and configure it:
ds build ds create ds config
(please, read the security note below)
docker run -d privoxy
curl --proxy http://localhost:8118/ http://ifconfig.es
This container should be executed in a local host or in a VPN.
Please, don't execute this docker in a host accessible from the internet with -p parameter because it bypass the Linux firewall and you could be opening an anonymous internet door.