/rotoxy

A rotating tor proxy service that starts a configurable number of tor socks proxies and expose them under one reverse proxy

Primary LanguageGoApache License 2.0Apache-2.0

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