Skip to content

Releases: mehdieidi/tunelo

v0.4.0

10 Sep 20:22
Compare
Choose a tag to compare

Implemented uTLS and TCP transport.

v0.3.0

09 Sep 07:10
Compare
Choose a tag to compare

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

03 Sep 20:32
Compare
Choose a tag to compare
  • Make WebSocket server able to handle concurrent users.
  • Fix goroutine leaking issue in VPN UDP connections.
  • Refactor wire and transport packages.

v0.1.0

03 Sep 17:19
Compare
Choose a tag to compare
  • Tunnel over websocket.