From 284f1ce627c691ccf156ae2871baccd5e33f5bc5 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 2 Dec 2025 11:17:34 -0500 Subject: [PATCH] Also close the clients --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 2943227..4b93c9f 100644 --- a/main.go +++ b/main.go @@ -791,6 +791,7 @@ persistent_keepalive_interval=5`, util.FixKey(privateKey.String()), util.FixKey( // Close the WireGuard device and TUN closeWgTunnel() + closeClients() if stopFunc != nil { stopFunc() // stop the ws from sending more requests