An open API service indexing awesome lists of open source software.

https://github.com/digibib/tcpsink

A simple tcp slurping server for logging
https://github.com/digibib/tcpsink

Last synced: about 1 year ago
JSON representation

A simple tcp slurping server for logging

Awesome Lists containing this project

README

          

# tcpsink

Very simple tcp server for slurping TCP connections that need no reponse

Usage of tcpsink:
```
-l string
local address (default "9999")
-h string
host to listen on (default "localhost")
-p string
prefix for logging (default "tcpsink: ")
-v int
verbosity level (default 0)
-s string
remove lines including `string`
```

To build docker image:
```
CGO_ENABLED=0 go build .
docker build -t .
```