๐Ÿš€ Lynx Proxy: A Modern, High-Performance Proxy Tool in Rust

โš“ rust    ๐Ÿ“… 2025-05-23    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 4      

surdeus

Warning

This post was published 37 days ago. The information described in this article may have changed.

:rocket: 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!

1 post - 1 participant

Read full topic

๐Ÿท๏ธ rust_feed