A lightweight local HTTP/SOCKS5 proxy server that protects TLS connections over TCP.
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/Document
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