Releases: snsinfu/reverse-tunnel
Releases · snsinfu/reverse-tunnel
Release v1.3.2
- Added basic config checks.
- Fixed dangling connections on server upon stopping agent by interrupt.
Now, stopping agent (rtun
) by pressing Ctrl-C should not leave dangling connections on server.
Release v1.3.1
- Fixed "websocket error: close 1006 (abnormal closure): unexpected EOF" on tunneling a lot of connections.
- Improved log messages.
Release v1.3.0
This release fixes rtun-server to correctly detect broken connections. Now you will see less
Agent error "websocket: close 1000 (normal)" - recovering...
messages.
Release v1.2.3
- Fixed EOF errors on TCP connection termination
- Bumped dependencies to the latest
- Added dockerfiles
- Fixed a critical misconfiguration in the agent docker image
Release v1.2.0
- Added support for Let's Encrypt
v1.1.0: Change BufferSize to a larger value
Hopefully this fixes the UDP corruption issue: https://github.com/snsinfu/reverse-tunnel/issues/3