1
0
mirror of https://github.com/fatedier/frp synced 2025-10-05 20:47:52 +08:00
frp/Release.md
2023-06-30 17:35:37 +08:00

13 lines
355 B
Markdown

### 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.