v0.51.0
fatedier/frpv0.51.0Jul 5, 2023by fatedier
AI Summary
Enhances security and usability by adding WSS protocol support for frpc and a stop command.
Key Highlights
- frpc supports connecting to frps via WSS protocol
- frpc supports stopping the service through a stop command
- service.Run now supports passing in context
New Features
- frpc supports connecting to frps via the wss protocol
- frpc supports stopping the service through the stop command
Full Release Notes
### Features * frpc supports connecting to frps via the wss protocol by enabling the configuration `protocol = wss`. * frpc supports stopping the service through the stop command. ### Improvements * service.Run supports passing in context. ### Fixes * Fix an issue caused by a bug in yamux that prevents wss from working properly in certain plugins.