Bez popisu

Rafa Couto a5d299faff Update README.md před 9 roky
Dockerfile 5e22ff2383 Start process by shell. před 9 roky
LICENSE 2340254dd5 Initial commit před 9 roky
README.md a5d299faff Update README.md před 9 roky
config b14352167e Dockerfile and privoxy config. před 9 roky
privoxy-start.sh 5e22ff2383 Start process by shell. před 9 roky

README.md

docker-privoxy

Privoxy is a "privacy enhancing proxy", filtering Web pages and removing advertisements. This docker container runs privoxy over Alpine Linux in 6 Mb uncompressed image.

The image can be pulled from https://hub.docker.com/r/caligari/privoxy/

Run privoxy

(please, read the security note below)

docker run -d --name=privoxy -p 8118:8118 caligari/privoxy:latest

Test privoxy

  curl --proxy http://localhost:8118/ http://ifconfig.es

Security note

This container should be executed in a local host or in a VPN.

Please, don't execute this docker in a host accesible from the internet with -p parameter because it bypass the Linux firewall and you could be opening an anonymous internet door.