8000 GitHub - OkamiSupport/udp-mirror: Listens for UDP packets an sends copies to multiple receivers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

OkamiSupport/udp-mirror

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-mirror Build Status

Listens for UDP packets an sends copies to multiple receivers

Install

go get -u github.com/czerwonk/udp-mirror

Application

This tool is helpful if you want to use more than one netflow analysis tool at the same time.

Use

In this example we want to listen for packets on port 4560. Each packet received should be mirrored and sent to 192.168.1.1:1234 and 192.168.1.2:3456

udp-mirror -listen-address ":4560" -receivers "192.168.1.1:1234,192.168.1.2:3456"

Docker

docker run -it -p 4560:9999 czerwonk/udp-mirror "192.168.1.1:1234,192.168.1.2:3456"

About

Listens for UDP packets an sends copies to multiple receivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.6%
  • Dockerfile 5.4%
0