rotating-proxy
rotating-proxy copied to clipboard
Rotating TOR proxy with Docker
Hey dude, I know normally you need to edit torrc for changing exit nodes to set countrys. how would you do it on this? would i fork it and then...
I have 2 docker containers running using `docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 mattes/rotating-proxy` `docker run -d -p 5567:5566 -p 4445:4444 --env tors=25 mattes/rotating-proxy` One on port...
As I'm not fluent in ruby ^^ I wonder if it's possible to run this image with a custom list of proxies if I don't need Tor. Does someone know...
adds `.env` to store settings (with `example.env` as an example) and `Makefile` for quickly executing Docker commands * using as Docker container * using as Docker service
docker image size improvement
Wasn't able to get the HAProxy to accept only requests that contain user:password and use HTTPS. By any chance anyone knows how to set it up?
I noticed a pattern: 1. start container ``` $ docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 mattes/rotating-proxy a82c7efd44798f5d0686e372663a3302a2df429b810e8302a2c69435efb57e07 ``` 2. send request ``` $ curl --proxy localhost:5566 http://www.example.com...
Hi. It seems there is some problem with running your project in Windows. I've pulled it in Docker, started it as the instruction says, but tor doesn`t make outgoing connections....
When I run this container interactively everything works great. When I run it detached connections sometimes work and mostly doesn't. Nginx responds there was a problem so I assume the...