Sign inSign up

radrad0021/rotating-proxy-p2

By radrad0021

Updated about 4 years ago

Image
0

91

radrad0021/rotating-proxy-p2 repository overview

docker-rotating-proxy Docker Pulls

           Docker Container
           -------------------------------------
                    <-> Polipo 1 <-> Tor Proxy 1

Client <----> HAproxy <-> Polipo 2 <-> Tor Proxy 2 <-> Polipo n <-> Tor Proxy n Why: Lots of IP addresses. One single endpoint for your client. Load-balancing by HAproxy.

Usage

build docker container

docker build -t radrad0021/rotating-proxy-p2:host .

... or pull docker container

docker pull radrad0021/rotating-proxy-p2:host

start docker container

docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 radrad0021/rotating-proxy-p2:host

test with ...

curl --proxy 127.0.0.1:5566 https://api.my-ip.io/ip

monitor

http://127.0.0.1:4444/haproxy?stats Further Readings Tor Manual Tor Control HAProxy Manual Polipo Please note: Tor offers a SOCKS Proxy only. In order to allow communication from HAproxy to Tor, Polipo is used to translate from HTTP proxy to SOCKS proxy. HAproxy is able to talk to HTTP proxies only.

Tag summary

Content type

Image

Digest

sha256:189d93600

Size

151.9 MB

Last updated

about 4 years ago

docker pull radrad0021/rotating-proxy-p2:host