-
-
Save danvideo/da1665660cdb27f57672a7dc7d5e0908 to your computer and use it in GitHub Desktop.
udp multiplexer with socat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
socat - udp4-listen:8125,fork | tee >(socat - udp-sendto:127.0.0.1:8135) >(socat - udp-sendto:127.0.0.1:8140) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment