A rotating tor proxy service that starts a configurable number of tor socks proxies and expose them under one reverse proxy (http). The tor socks proxies are randomly selected by the reverse proxy
In order to use the tool you need have Tor installed on the machine
Download the latest release from github
./rotoxy --help # Show usage
./rotoxy # Run with default parameters
./rotoxy --tors 1 --port 8080 --circuitInterval 30 # Run with custom parameters
docker run -p 8080:8080 gtuk/rotoxy:latest # Run with default parameters
docker run -p 8088:8088 gtuk/rotoxy:latest --tors 1 --port 8080 --circuitInterval 30 # Run with custom parameters
- Tests
- Better documentation