/udp-proxy

A very simple UDP proxy cli

Primary LanguageGoMIT LicenseMIT

udp-proxy

Build Status GoDoc Go Report Card

This is a simple utility tool for proxying udp packets to other listening clients.

Install

go get -u github.com/kvartborg/udp-proxy

Usage

udp-proxy <host:port> <destination:port> <...>

udp-proxy localhost:3000 localhost:4000 localhost:5000