Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 mattes/rotating-proxy

# test with ...
curl --proxy 127.0.0.1:5566 https://api.my-ip.io/ip
or
curl -vx socks5://127.0.0.1:5566 https://api.ipify.org?format=json
response: {"ip":"X.X.X.X"}* Connection #0 to host 127.0.0.1 left intact

# monitor
http://127.0.0.1:4444/haproxy?stats
Expand Down