Skip to content

Commit

Permalink
Fix bug iOS not running.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-X-Net committed Jul 23, 2023
1 parent 5b70a7e commit 9ab4af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/default/x_tunnel/local/cloudfront_front/front.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 9ab4af4

Please sign in to comment.