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):