文件名称:relaybaton:一种可插拔的传输方式,可以绕过Internet审查
文件大小:92KB
文件格式:ZIP
更新时间:2024-05-25 16:25:26
Go
接力棒 一种可插拔的传输方式,可通过加密的SNI规避Internet审查。 该项目将在采用ECH之后进行更新。 入门 先决条件 安装 go get github.com/iyouport-org/relaybaton 建造 命令行界面 CGO_ENABLED=1应该在交叉编译中设置 make C ++静态库 make desktop Android库 make mobile 部署方式 为了支持ESNI功能并隐藏服务器的IP地址以免被拦截,服务器应具有有效的域名,并位于Cloudflare CDN的后面。 Cloudflare CDN将提供带有ESNI扩展名的TLS加密。 服务器 sudo是侦听端口80所必需的 sudo relaybation server --config /path/to/server/config.toml 客户 relaybation client --conf
【文件预览】:
relaybaton-master
----.gitignore(9KB)
----README.md(5KB)
----.github()
--------workflows()
----pkg()
--------socks5()
--------log()
--------dns()
--------model()
--------webapi()
--------config()
--------core()
--------util()
----examples()
--------server()
--------client()
----LICENSE(1KB)
----go.mod(4KB)
----internal()
--------memsocket()
--------cmd()
----go.sum(85KB)
----Makefile(8KB)
----cmd()
--------relaybaton_mobile()
--------cli()
--------desktop()