tokio-multi-proxy 0.1.2

A modular async proxy with TLS/mTLS and multiple transport support
Documentation
1
2
3
4
5
6
7
8
9
10
Run this to generate dev certs:


openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
  -keyout examples/key.pem -out examples/cert.pem \
  -subj "/CN=localhost"

# Generate CA for mTLS
cp examples/cert.pem examples/ca.pem