Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 745 Bytes

File metadata and controls

33 lines (20 loc) · 745 Bytes

lumine

简体中文

A lightweight local HTTP/SOCKS5 proxy server that protects TLS connections over TCP.

Installation

go install github.com/moi-si/lumine@latest

Build

git clone https://github.com/moi-si/lumine
cd lumine
go build

Document

https://github.com/moi-si/lumine/wiki/Document

Acknowledgements

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.

License

GPLv3