Skip to content

meringu/udp-fanout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Fanout

Mirrors UDP packets to multiple targets.

This can be useful for sending StatsD metrics to multiple metrics backends.

Usage

For a given config.toml file:

bind_address = "0.0.0.0:8125"
targets = [
    "127.0.0.1:8126",
    "127.0.0.1:8127",
]

Run:

udp-fanout -c config.toml

This will bind udp-fanout to port 8125, and mirror any UDP packets recieved to ports 8126 and 8127.

About

Mirrors UDP packets to multiple targets.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages