Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

docker-scripts-archived/dev--privoxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Privoxy

Privoxy is a "privacy enhancing proxy", filtering Web pages and removing advertisements.

Install

  • 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
    

Run privoxy

(please, read the security note below)

docker run -d privoxy

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 accessible from the internet with -p parameter because it bypass the Linux firewall and you could be opening an anonymous internet door.