mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
355 B
355 B
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.