Skip to content

sherzberg/docker-tor-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages