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

docker alpine privoxy with sock5 and i2p forwarding

Notifications You must be signed in to change notification settings

jusbrasil/alpine-privoxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

docker alpine privoxy with sock5 and i2p forwarding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.2%
  • Dockerfile 36.8%