| Crates.io | rproxy |
| lib.rs | rproxy |
| version | 0.1.7 |
| created_at | 2020-08-31 21:42:14.478903+00 |
| updated_at | 2023-03-08 19:14:54.163804+00 |
| description | Platform independent asynchronous UDP/TCP proxy |
| homepage | https://github.com/glacierx/rproxy |
| repository | https://github.com/glacierx/rproxy |
| max_upload_size | |
| id | 283237 |
| size | 54,899 |
rproxy is a blazing fast cross-platform transparent TCP&UDP proxy. No bullshit, extremely simple and just out of the box.
cargo install rproxy
rproxy: A platform neutral asynchronous UDP/TCP proxy
Options:
-r, --remote <host>:<port>
The remote endpoint. e.g. www.xxx.yyy:443
-b, --bind <ip>:<port>
The address to be listened. 0.0.0.0:33333 by default
-p, --protocol TCP|UDP
Protocol of the communication, UDP by default
-d, --debug Enable debug mode