We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a39e0 commit 096faddCopy full SHA for 096fadd
README.md
@@ -23,14 +23,14 @@ docker build -t mattes/rotating-proxy:latest .
23
docker pull mattes/rotating-proxy:latest
24
25
# start docker container
26
-docker run -d -p 5566:5566 -p 1936:1936 --env tors=25 mattes/rotating-proxy
+docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 mattes/rotating-proxy
27
28
# test with ...
29
curl --proxy 127.0.0.1:5566 http://echoip.com
30
curl --proxy 127.0.0.1:5566 http://header.jsontest.com
31
32
# monitor
33
-http://127.0.0.1:1936/haproxy?stats
+http://127.0.0.1:4444/haproxy?stats
34
```
35
36
0 commit comments