Created
July 16, 2015 05:18
-
-
Save davidbirdsong/1a2abfcf6314f700960c to your computer and use it in GitHub Desktop.
socklog over udp
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
| [david@foulplay ~]$ sudo socklog -R inet 0 5112 | |
| listening on 0.0.0.0:5112, starting. | |
| <134>2015-07-16T03:43:13Z cache-lax1420 flog-tls[406151]: foo bar | |
| [david@foulplay ~]$ echo "<134>2015-07-16T03:43:13Z cache-lax1420 flog-tls[406151]: foo bar" | nc -u localhost 5112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment