Skip to content

alexrf45/Prox-Tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Proxy-Tor

Credit goes to https://github.com/palnabarun/tor-docker

A simple Tor Proxy to route traffic through. If you wish to browse the web with TOR, I recommend using the Tor Browser.

Built on alpine:latest

Instructions:

  1. git clone https://github.com/alexrf45/Prox-Tor.git

  2. cd Prox-Tor

  3. docker build -t prox-tor . (torrc config file is in the directory and will be copied during the build)

  4. docker run --rm --detach --name tor --publish 9050:9050 prox-tor

  5. verify traffic is running through tor:

    curl https://check.torproject.org/api/ip {"IsTor":false,"IP":"49.30.XX.XX"}

    curl --socks5 127.0.0.1:9050 https://check.torproject.org/api/ip {"IsTor":true,"IP":"185.220.XXX.XXX"}

  6. You can also run the container with your own custom torrc:

    docker run --rm --detach --name tor --volume $PWD/torrc:/etc/tor/torrc --publish 9050:9050 prox-tor

About

A Simple Tor Proxy for routing traffic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published