文件名称:sharpshooter-tunel:Sharpshooter协议隧道
文件大小:9KB
文件格式:ZIP
更新时间:2024-04-08 12:29:46
Go
神枪手隧道 Sharpshooter协议隧道 介绍 sharpshooter-tunnel是隧道的基础。 将Sharpshooter Proto转换为TCP。 客户端到服务器的对话使用基于UDP的Sharpshooter。 建造 安装去 安装make 在Sharpshooter-tunnel目录中运行make 用法 ./sharpshooter-client-linux-amd64 genconf 获取配置模块文件 ./sharpshooter-client-linux-amd64 -c config.json 使用config.json作为配置文件 设定档 客户端配置: { " remote_addr " : " " , " local_addr " : " " , " key " : " sharpshooter " , " con_num " : 10 , " send_
【文件预览】:
sharpshooter-tunel-master
----client()
--------main.go(4KB)
--------config()
----.gitignore(64B)
----go.mod(197B)
----Makefile(1008B)
----server()
--------main.go(3KB)
--------config()
--------config.json(178B)
----README.md(2KB)
----crypto()
--------aes.go(2KB)
----common()
--------genconf.go(427B)
--------autoparse.go(2KB)