mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.