Sign inSign up

sigoden/proxyfor

By sigoden

Updated over 1 year ago

A lightweight proxy for monitoring HTTP, HTTPS, and WebSocket traffic.

Image
0

2.6K

sigoden/proxyfor repository overview

proxyfor

A lightweight proxy for monitoring HTTP, HTTPS, and WebSocket traffic.

Usage

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/

Tag summary

Content type

Image

Digest

sha256:d87381c5c

Size

3.3 MB

Last updated

over 1 year ago

docker pull sigoden/proxyfor