From cb23ee5bf5afe270a77c904256d1de8d7deea549 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sat, 19 Oct 2024 09:03:02 +0800 Subject: [PATCH] 1 --- config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config.go b/config.go index 17be106..8bd47a0 100755 --- a/config.go +++ b/config.go @@ -350,7 +350,6 @@ func (t *Back) SwapSign(logger Logger) { } else { t.verifyPeerCer, t.verifyPeerCerErr = os.ReadFile(path) } - t.lastChosenT = time.Now() t.AlwaysUp = len(t.route.Backs) == 1 || t.AlwaysUp } -- 2.39.2