Compare commits

...

2 Commits

Author SHA1 Message Date
Yurun
e7b171e686
Merge 49aecdafe6a99c9e3e8170cfff694ffa3377f4dc into 69cc422edf695a7f1f524e427fa175aee79ac3e3 2024-07-29 08:01:06 +00:00
Yurun
49aecdafe6 Update Release.md 2024-07-29 16:01:22 +08:00

View File

@ -1,3 +1,5 @@
### Features ### Features
* Added a new plugin `tls2raw`: Enables TLS termination and forwarding of decrypted raw traffic to local service. * Added a new plugin `tls2raw`: Enables TLS termination and forwarding of decrypted raw traffic to local service.
* Fixed the issue that when `loginFailExit = false`, the frpc stop command cannot be stopped correctly if the server is not successfully connected after startup.