An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# tcp and udp network proxy server

[![crates.io](https://img.shields.io/crates/v/net-proxy.svg)](https://crates.io/crates/net-proxy)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![codecov](https://codecov.io/gh/sassman/net-proxy-rs/branch/main/graph/badge.svg)](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)