Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

v1.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@e1732a364fed e1732a364fed released this 01 May 00:37
· 607 commits to main since this release

grpc回落!

令grpcSimple 可以回落到http2! 实测真的可以回落的,你只要回落的服务器监听 h2c 即可。

不懂grpcSimple的再听我讲一遍,grpcSimple是我自研的新 grpc 包,不引用 谷歌的grpc包,极大减小可执行文件的大小,且 可以通过 path 回落。

该包的客户端部分借鉴了 clash的gun.go, 但是clash只实现了客户端,而服务端才是重中之重。我实现了服务端,并且实现了grpc的回落!

由于grpcSimple非常优秀,本作默认就是使用grpcSimple包,除非 你用 go build -tags grpc_full 编译。grpcSimple目前唯一不足是不支持 multiMode。不过无所谓的。

Nice。

其他

令tproxy支持分流

在标准 toml 配置中 配置 logfile 配置文件路径。 如 logfile = "/var/log/verysimple/vs_log"

将 -sp 的行为 改为 打印完毕后立即退出。

更新依赖包

修复一个导致 使用quic时,回落时马上闪退的bug
修复1.1.9的tproxy不可用的bug;