A lightweight local proxy server that protects TLS connections over TCP, operating entirely without requiring system privileges. lumine 备份
go
Find a file
2026-05-01 18:11:13 +08:00
internal Bump version 2026-05-01 18:11:13 +08:00
.gitignore Update config and README 2025-11-29 18:13:46 +08:00
config.json Improve fake TTL log 2026-05-01 17:19:03 +08:00
config_cn.json Improve fake TTL log 2026-05-01 17:19:03 +08:00
config_pool.json Improve fake TTL log 2026-05-01 17:19:03 +08:00
go.mod desync: remove uuid; fix stub 2026-04-03 23:53:17 +08:00
go.sum Improve some functions; add self host to use system DNS 2026-02-19 15:02:54 +08:00
LICENSE Initial commit 2025-08-07 13:04:50 +00:00
main.go Add outbound_local_addr 2026-04-17 23:57:19 +08:00
NOTICE Add copyright notice 2026-02-28 22:46:53 +08:00
README.md Fix doc path 2026-04-11 21:27:54 +08:00
README_zh.md Fixes and improvements; Update README 2026-04-06 00:20:54 +08:00

lumine

简体中文

A lightweight local proxy server that protects TLS connections over TCP, operating entirely without requiring system privileges.

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/Documentation

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 featurerich version whose configuration file looks similar to but is not compatible with - the original.

License

GPLv3