High performence UDP reverse proxy support with Proxy Protocol
$> cargo build --release
$> cargo install udppp
``` 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
```