Skip to content

v0.13.0

Compare
Choose a tag to compare
@c2FmZQ-bot c2FmZQ-bot released this 21 Nov 19:55
· 37 commits to main since this release
v0.13.0
6e738e6

v0.13.0

🌟 New feature

  • Add support for forwarding WebSocket requests to arbitrary TCP servers. WebSockets were already forwarded transparently to backends before, and that is not changing. The new feature lets tlsproxy itself handle the WebSocket request and forward them to any TCP servers. The content of BinaryMessages is streamed to the remote server, and data received from the server is sent back to the client also as BinaryMessages.

Compare with v0.12.0