Created
February 9, 2017 21:36
-
-
Save KrustyHack/8c892266db55947a98239d8cb6b8ba17 to your computer and use it in GitHub Desktop.
Tor rotating proxies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl -L https://get.docker.io |sudo sh | |
sudo docker run -d -p 5566:5566 -p 127.0.0.1:4444:4444 --env tors=25 mattes/rotating-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment