Skip to content

Instantly share code, notes, and snippets.

@KrustyHack
Created February 9, 2017 21:36
Show Gist options
  • Save KrustyHack/8c892266db55947a98239d8cb6b8ba17 to your computer and use it in GitHub Desktop.
Save KrustyHack/8c892266db55947a98239d8cb6b8ba17 to your computer and use it in GitHub Desktop.
Tor rotating proxies
#!/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