Crates.io | proxus |
lib.rs | proxus |
version | 0.1.3 |
source | src |
created_at | 2024-03-20 02:59:41.693761 |
updated_at | 2024-03-23 14:37:16.488449 |
description | A TCP reverse proxy for Linux |
homepage | |
repository | |
max_upload_size | |
id | 1179955 |
size | 34,051 |
Fast and easy TCP/UDP reverse proxy
Proxus was designed and intended for binding virtual machine and hypervisor ports together but the config allows for binding both ports and IP addresses together.
examples can be found here
# create config file
proxus config.toml
cargo install proxus
# download
git clone https://github.com/toastxc/proxus.git
cd proxus
# compile to release
cargo r -r
# install
sudo cp /target/release/proxus /bin/
Like all software made by myself I am willing to help bring support for windows if requested, but Windows support is not tested for nor is it a high priority.
The performance impact of Proxus is negligible, and unlikely to be an issue on any system or workload