Skip to content

Dockerfile for turning Tor proxies into a rotate proxy

Notifications You must be signed in to change notification settings

mlvzk/tor-rotate-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfile for turning Tor proxies into a rotate proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published