Last active
August 29, 2015 14:25
-
-
Save davidbirdsong/a6c108ec88412b1f908c to your computer and use it in GitHub Desktop.
socklog over tcp
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 tcpsvd -c 300 -u log 0 5112 socklog -R ucspi | |
| local0.info: 2015-07-16T03:43:13Z cache-lax1420 flog-tls[406151]: foo bar | |
| # in another shell | |
| [david@foulplay ~]$ echo "<134>2015-07-16T03:43:13Z cache-lax1420 flog-tls[406151]: foo bar" | nc localhost 5112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment