/docker-tor-privoxy

Docker image providing Tor / Privoxy

Primary LanguageDockerfile

Tor / Privoxy

This is a Docker image providing a container which allows you to browse the web and other Internet services anonymously using the Tor onion router and Privoxy.

Build

$ make build

Usage

Starting the Tor / Privoxy container:

$ docker run -d -p 8118:8118 --name tor-privoxy tor-privoxy:latest

Set your browser to use Privoxy as HTTP and HTTPS (SSL) proxy by setting the proxy configuration for address of 127.0.0.1 or <ip of docker host> and port 8118

How can I tell if Tor is working, and that my connections really are anonymized?

There are sites you can visit that will tell you if you appear to be coming through the Tor network. Try the Tor Check site and see whether it thinks you are using Tor or not.