Releases: mehdieidi/tunelo
Releases · mehdieidi/tunelo
v0.4.0
Implemented uTLS and TCP transport.
v0.3.0
Rewrite the client and server to leverage the io.Copy and make things easier.
It works but encryption is removed until figuring out how to use io.Copy and encrypt.
v0.2.0
- Make WebSocket server able to handle concurrent users.
- Fix goroutine leaking issue in VPN UDP connections.
- Refactor wire and transport packages.