通过TLS传输内容-Golang开发

时间:2024-06-15 11:56:36
【文件属性】:

文件名称:通过TLS传输内容-Golang开发

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-15 11:56:36

Golang Miscellaneous

piper piper是一个小型devtool,旨在通过安全连接(TLS)不变地共享来自进程的stdout。 安装$ export GO111MODULE = on; go get -u -v github.com/yaronsumel/piper piper piper是一个小型devtool,旨在通过安全连接(TLS)不变地共享来自进程的stdout。 安装$ export GO111MODULE = on; 去获取-u -v github.com/yaronsumel/piper用法服务器$ tail -f log.txt | piper -a 0.0.0.0:8080客户端$ piper -a remotehost:8080> log.txt add -v打印调试信息TBD测试由@YaronSumel编写和维护


【文件预览】:
piper-master
----storage.go(517B)
----go.mod(174B)
----main.go(540B)
----client.go(1KB)
----.github()
--------dependabot.yml(505B)
--------workflows()
----go.sum(454B)
----LICENSE(1KB)
----README.md(859B)
----server.go(2KB)

网友评论