Skip to content

toastxc/proxus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxus

Fast and easy TCP/UDP reverse proxy

Usage

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

Installing

Rust (recommended)

cargo install proxus

Git

# download
git clone https://github.com/toastxc/proxus.git
cd proxus
# compile to release
cargo r -r
# install 
sudo cp /target/release/proxus /bin/

Compatibility

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.

Performance

The performance impact of Proxus is negligible, and unlikely to be an issue on any system or workload

Releases

No releases published

Packages

No packages published