xjasonlyu / tun2socks

tun2socks - powered by gVisor TCP/IP stack
https://github.com/xjasonlyu/tun2socks/wiki
GNU General Public License v3.0
3.14k stars 433 forks source link

[Feature] 建议添加ws/wss协议,或者grpc, #113

Closed f4nff closed 2 years ago

f4nff commented 2 years ago

Description

项目很好,希望整合ws/wss/grpc协议,这样就不用多开其他程序了,路由器内存较小。。。 udp建议 udp over tcp,类似于gost方式。

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

No response

xjasonlyu commented 2 years ago

项目很好

谢谢

希望整合ws/wss/grpc协议,这样就不用多开其他程序了

tun2socks作为底层组建一般不会去考虑其他的proxy protocol

路由器内存较小

可以使用--tcp-rcvbuf=32k--tcp-sndbuf=32k这样的参数,可以节省很多内存消耗

udp建议 udp over tcp

底层UDP就是UDP,over TCP没有任何意义

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days