Lynx Proxy: A Modern, High-Performance Proxy Tool in Rust
Hi Rustaceans!
Iโd like to share Lynx Proxy, an open-source proxy server written in Rust. It supports HTTP/HTTPS and WebSocket, and features a modern web UI (dark mode included). Built on top of hyper, axum, and tower, it aims for both performance and usability.
- Fast and safe, thanks to Rust
- Native WebSocket & HTTP/HTTPS proxy
- Modern web UI (prototype: https://v0-modern-proxy-tool-wq.vercel.app/)
- Easy install:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/suxin2017/lynx-server/releases/latest/download/lynx-cli-installer.sh | sh lynx-cli
The project is under active developmentโfeedback and contributions are welcome!