From 9ab4af493a1f43f88d236a0009374153f311f016 Mon Sep 17 00:00:00 2001 From: Micheal X Date: Sun, 23 Jul 2023 21:51:56 +1200 Subject: [PATCH] Fix bug iOS not running. --- code/default/x_tunnel/local/cloudfront_front/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/default/x_tunnel/local/cloudfront_front/front.py b/code/default/x_tunnel/local/cloudfront_front/front.py index e20b39ffab..0e39d151a0 100644 --- a/code/default/x_tunnel/local/cloudfront_front/front.py +++ b/code/default/x_tunnel/local/cloudfront_front/front.py @@ -48,7 +48,7 @@ def start(self): os.path.join(module_data_path, "cloudfront_ip_range.txt") ) self.ip_manager = IpManager( - logger, self.config, ip_source, check_local_network, + logger, self.config, ip_source, self.host_manager, check_local_network, self.check_ip, os.path.join(current_path, "good_ip.txt"), os.path.join(module_data_path, "cloudfront_ip_list.txt"),