Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 395 Bytes

tor-rotate-proxy

Turn Tor proxies into a rotate proxy.

ENVS

Change RANGE_FROM and RANGE_TO in Dockerfile if you want to increase/decrease the number of Tor proxies. Default is 4100 to 4120, so 20 proxies.

Build

docker build . -t tor-rotate-proxy

Run

docker run -d -p 9100:9100 tor-rotate-proxy

Use

curl --socks5 localhost:9100 api.ipify.org