Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yvictor/pj
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yvictor/pj
- Owner: Yvictor
- Created: 2024-11-26T13:53:37.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-26T13:58:51.000Z (about 1 month ago)
- Last Synced: 2024-11-26T14:38:40.604Z (about 1 month ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pj
A TCP reverse proxy built with pingora
```
Usage: pj [OPTIONS]Options:
-l, --listen-addr Address to listen on (e.g., "0.0.0.0:8787")
-p, --proxy-addr Address to proxy to (e.g., "127.0.0.1:22")
-h, --help Print help
-V, --version Print version
```