https://github.com/sassman/net-proxy-rs
a naive tcp and udp network proxy server, written in rust
https://github.com/sassman/net-proxy-rs
proxy-server tcp-proxy udp-proxy
Last synced: 9 months ago
JSON representation
a naive tcp and udp network proxy server, written in rust
- Host: GitHub
- URL: https://github.com/sassman/net-proxy-rs
- Owner: sassman
- License: mit
- Created: 2021-08-30T21:50:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T20:12:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T14:57:00.624Z (11 months ago)
- Topics: proxy-server, tcp-proxy, udp-proxy
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcp and udp network proxy server
[](https://crates.io/crates/net-proxy)
[](LICENSE)
[](https://codecov.io/gh/sassman/net-proxy-rs)
> a naive tcp and udp network proxy server, written in rust
## Getting started
```sh
cargo install --path .
```
> NOTE: checkout the `--help` options for all features
```sh
net-proxy --verbose --server some.net-server.com
```
## License
- **[MIT License](LICENSE)**
- Copyright 2021 © [Sven Assmann](https://www.d34dl0ck.me)