From cac5ec836b12310db334e8d182a483dfea5bf7dc Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 7 Mar 2025 00:45:01 +0800 Subject: [PATCH] Update dashboard.py - Fixing #601 --- src/dashboard.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dashboard.py b/src/dashboard.py index 6305fa9..6230712 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -1619,6 +1619,9 @@ PersistentKeepalive = {str(self.keepalive)} except Exception as e: print(e) return False + if self.configuration.Status: + self.configuration.toggleConfiguration() + self.configuration.toggleConfiguration() return True class AmneziaWGPeer(Peer):