Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 758 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 758 Bytes

Rotoxy

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

Prerequisites

In order to use the tool you need have Tor installed on the machine

Usage

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

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

TODOS

  • Tests
  • Better documentation