3个版本
0.1.3 | 2024年3月23日 |
---|---|
0.1.2 | 2024年3月20日 |
0.1.1 | 2024年3月20日 |
#34 in #reverse-proxy
每月 96次下载
11KB
244 行
proxus
快速且简单的TCP/UDP反向代理
使用方法
Proxus被设计用来绑定虚拟机和宿主机的端口,但配置允许同时绑定端口和IP地址。
示例可以在这里找到 这里
# create config file
proxus config.toml
安装
Rust(推荐)
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/
兼容性
像我自己制作的软件一样,如果需要,我愿意帮助添加Windows的支持,但Windows支持尚未经过测试,也不是优先事项。
性能
Proxus的性能影响可以忽略不计,不太可能在任何系统或工作负载中成为问题。
依赖项
~7–18MB
~256K SLoC