A network proxy kernel written in Rust.
Run it as a local gateway, an edge node, or a server. Combine the protocols you need — SOCKS5, HTTP CONNECT, VLESS, Hysteria2, Shadowsocks, Trojan, mieru, TUN — drive it over HTTP, IPC, or CLI, and control traffic with rule-based routing and outbound groups.
cargo build --release
cargo run -- run examples/v0.0.1/basic.json
cargo run -- status --json examples/v0.0.1/basic.jsonMPL-2.0 — see LICENSE.