piper is a small devtool designed to instatly share stdout from process over the secured connection (TLS).
Installation
$ export GO111MODULE=on; go get -u -v github.com/yaronsumel/piper
Usage
Server
$ tail -f log.txt | piper -a 0.0.0.0:8080
Client
$ piper -a remotehost:8080 > log.txt
add -v to print debug information
TBD
- testing
@YaronSumel
Written and Maintained by