A lightweight local proxy server that protects TLS connections over TCP, operating entirely without requiring system privileges.
go install github.com/moi-si/lumine@latest
git clone https://github.com/moi-si/lumine
cd lumine
go build
https://github.com/moi-si/lumine/wiki/Documentation
The technique in this project was originally taken from the Python tool TlsFragment.
We rewrote the whole implementation in Go, and ended up with a faster, more feature‑rich version whose configuration file looks similar to – but is not compatible with - the original.
GPLv3