Skip to content

Simple UDP proxy with support for multiple destinations

License

Notifications You must be signed in to change notification settings

ElijahDD/udp_relay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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

Languages

  • C 96.3%
  • Makefile 3.7%