Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 422 Bytes

Readme.md

File metadata and controls

16 lines (12 loc) · 422 Bytes

Alpine Privoxy

Usage

Environment Variables (Optional) SOCKS5IP - the ip of the socks5 server (tor) SOCKS5PORT - the port of the socks5 server (tor) I2PIP - the ip of the i2p proxy I2PPORT - the port of the i2p proxy

Privoxy listens to 8118

Sample command

docker run -d -p 8118:8118 -e SOCKS5IP=10.5.0.5 -e SOCKS5PORT=9050 -e I2PIP=10.5.0.5  -e I2PPORT=4444 danielguerra/alpine-privoxy