A lightweight proxy for monitoring HTTP, HTTPS, and WebSocket traffic.
2.6K
A lightweight proxy for monitoring HTTP, HTTPS, and WebSocket traffic.
Run proxyfor
docker run --rm -v ~/.proxyfor:/.proxyfor -p 8080:8080 sigoden/proxyfor
Note: The -v for volume mount is optional. It allows to persist and reuse the generated CA certificates between runs, and for you to access them. Without it, a new root CA would be generated on each container restart.
Once started, proxyfor listens as an HTTP proxy on localhost:8080:
http_proxy=http://localhost:8080/ curl http://example.com/
https_proxy=http://localhost:8080/ curl -k https://example.com/
Content type
Image
Digest
sha256:d87381c5c…
Size
3.3 MB
Last updated
over 1 year ago
docker pull sigoden/proxyfor