A config-based, composable, multi-protocol proxy.
Note: Proxy is now implemented with Rust. There should be a previous C++ implementation in the legacy-cpp branch.
You can get pre-built binaries from the Releases page.
To build from source, make sure you have Rust stable and Cargo installed.
cargo build --release
To run the proxy:
target/release/proxy --config examples/shadowsocks-local.toml
See examples directory for some example configurations.
This project is licensed under the MIT NON-AI License. See the LICENSE file for details.