Reverse proxy powered by Pingora.
Pingpong. Doesn't the little bouncing-around ball resembles your data packets tossed around among NATs and ISPs?
Read the document here
Pingora only support Linux and Mac, and Windows won't be supported.
- Download archive file from release, and unpack it somewhere.
- Modify the config file.
- Run with
pingpong -c /path/to/pingpong.toml
. If config location isn't specified, Pingpong will use./config/pingpong.toml
based on executable's path, or/etc/pingpong/pingpong.toml
.
You can find the latest x86_64 build in Actions.
Make sure you have cargo and rustc installed.
cargo build
If successful, you can find the executable binary here: target/debug/pingpong
cargo build --release
If successful, you can find the executable binary here: target/release/pingpong