eggress-server
Part of eggress — a Rust-native, embeddable, multi-protocol proxy framework targeting compatibility with Python
pproxy==2.7.9.
Connection acceptance, listener orchestration, and protocol dispatch for incoming proxy connections.
When to use this crate
Use eggress-server directly when building a custom listener or protocol dispatch layer. Most users depend on this crate transitively through eggress-runtime or eggress-embed.
Feature flags
full(default) — Enablesextended.common— Base protocol set (HTTP, SOCKS4/4a, SOCKS5, raw).extended— Adds Shadowsocks, Trojan, WebSocket, and Shadowsocks UDP relay.pproxy-legacy— Enablesextendedplus pproxy-compatible Shadowsocks compression.legacy-crypto— Enablesextendedplus legacy Shadowsocks stream ciphers.ssh— Enable SSH upstream transport.quic— Enable QUIC/H3 transport and protocol.
Documentation
License
MIT OR Apache-2.0