Skip to content

wladekb/udp_relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Władysław Bodzek
Feb 27, 2015
68a8e20 · Feb 27, 2015

History

5 Commits
Mar 31, 2014
Mar 31, 2014
Mar 31, 2014
Feb 27, 2015
Apr 1, 2014

Repository files navigation

UDP relay

Simple UDP relay that supports multiple destinations. All received data is sent to all destinations.

Installation

  1. Download source
  2. Run make

Running

udp_relay <source> <destination_1> [ <destination_N ...> ]
    where <source> and <destination> format is: <ip>:<port>

eg.

./udp_relay 0.0.0.0:1088 127.0.0.1:1089 127.0.0.1:1090

About

Simple UDP proxy with support for multiple destinations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published