v0.60.0

fatedier/frpv0.60.0Aug 19, 2024by fatedier

AI Summary

This release adds a TLS termination plugin, sets a default timeout for subcommands, and fixes a stop command issue when connection fails.

Key Highlights

  • New tls2raw plugin for TLS termination
  • 30-second default timeout for frpc subcommands
  • Fixed stop command behavior with loginFailExit=false

New Features

  • tls2raw plugin
  • Subcommand timeout

Full Release Notes

### Features

* Added a new plugin `tls2raw`: Enables TLS termination and forwarding of decrypted raw traffic to local service.
* Added a default timeout of 30 seconds for the frpc subcommands to prevent commands from being stuck for a long time due to network issues.

### Fixes

* Fixed the issue that when `loginFailExit = false`, the frpc stop command cannot be stopped correctly if the server is not successfully connected after startup.