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