Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Tor Privoxy

Simple single container that sets up a tor proxy via socks and an http proxy to that tor relay.

Run

$ docker run -p 8118:8118 -i sherzberg/tor-http-proxy

Run on daemon

$ docker run -d -p 8118:8118 -i sherzberg/tor-http-proxy

Test local

$ curl -x http://127.0.0.1:8118  -L http://echoip.com/

Test with boot2docker

$ curl -x http://$(boot2docker ip 2>/dev/null):8118  -L http://echoip.com/

You can now connect to the http proxy via port 8118.

License

See LICENSE

About

No description, website, or topics provided.

Resources

Stars

7 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages