udppp Build Status ChatOnDiscord Crate

High performence UDP reverse proxy support with Proxy Protocol

Features

Build & Run

$> cargo build --release

Installation

$> cargo install udppp

Usage

``` Usage: udppp [-b BINDADDR] -l LOCALPORT -h REMOTEADDR -r REMOTEPORT -p

Options: -l, --local-port LOCALPORT The local port to which udpproxy should bind to -r, --remote-port REMOTEPORT The remote port to which UDP packets should be forwarded -h, --host REMOTEADDR The remote address to which packets will be forwarded -b, --bind BINDADDR The address on which to listen for incoming requests -p, --proxyprotocol enable proxy-protocol

```