mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
为了实现内层mux,对 main.go 里的函数做了一些重构, 现在 handshakeInserver_and_passToOutClient 会调用 handshakeInserver 函数 和 passToOutClient 函数 且 fallback部分的代码提出来 放到了 checkfallback 函数中 内层mux还未经过测试