From 613e08ec08c9dba4b079384549f7656f2d7e8449 Mon Sep 17 00:00:00 2001 From: "XX-Net.dev" Date: Wed, 19 Oct 2022 02:39:04 -0400 Subject: [PATCH] Fix bug. --- code/default/x_tunnel/local/tls_relay_front/front.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/default/x_tunnel/local/tls_relay_front/front.py b/code/default/x_tunnel/local/tls_relay_front/front.py index 4bb1e47a97..a4f494bea8 100644 --- a/code/default/x_tunnel/local/tls_relay_front/front.py +++ b/code/default/x_tunnel/local/tls_relay_front/front.py @@ -109,7 +109,6 @@ def stop(self): self.connect_manager.set_ssl_created_cb(None) self.http_dispatcher.stop() self.connect_manager.stop() - self.ip_manager.stop() self.running = False