Skip to content

tor-privoxy is a pre-configured docker image that allow you to join the anonymous proxy network "tor".

License

Notifications You must be signed in to change notification settings

jpledref/tor-privoxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tor-privoxy

tor-privoxy is a pre-configured docker image that allow you to join the anonymous proxy network "tor".

Usage

Start docker image:

docker run -d -p 8118:8118 jpledref/tor-privoxy

Check your connection to tor network:

curl -xlocalhost:8118 -s https://check.torproject.org/ | sed -n '/<title>/,/<\/title>/{ /title>/d; p }'

Configure your browser to use privoxy:

localhost:8118

You may now be connected to the network.

About

tor-privoxy is a pre-configured docker image that allow you to join the anonymous proxy network "tor".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published