From 49aecdafe6a99c9e3e8170cfff694ffa3377f4dc Mon Sep 17 00:00:00 2001 From: Yurun Date: Mon, 29 Jul 2024 16:01:22 +0800 Subject: [PATCH] Update Release.md --- Release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Release.md b/Release.md index 1f6118fd..c1649b92 100644 --- a/Release.md +++ b/Release.md @@ -1,3 +1,5 @@ ### Features * 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.