Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

udp-tap

Proxy & repeat UDP traffic from a host to N destinations

Usage:

usage: listen.py [-h] [--host HOST] dest [dest ...]

e.g.

python3 listen.py --host 127.0.0.1:8125 127.0.0.1:9999 127.0.0.1:9998

# listening on 127.0.0.1:8125
# proxying to ['127.0.0.1:9999', '127.0.0.1:9998']