aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/mitmproxy_launcher
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/mitmproxy_launcher')
-rw-r--r--src/hydrilla/mitmproxy_launcher/launch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hydrilla/mitmproxy_launcher/launch.py b/src/hydrilla/mitmproxy_launcher/launch.py
index 765a9ce..59ca131 100644
--- a/src/hydrilla/mitmproxy_launcher/launch.py
+++ b/src/hydrilla/mitmproxy_launcher/launch.py
@@ -73,6 +73,7 @@ def launch(port: int, directory: str):
'-p', str(port),
'--set', f'confdir={directory_path / "mitmproxy"}',
'--set', 'upstream_cert=false',
+ '--set', 'connection_strategy=lazy',
'--set', f'haketilo_dir={directory_path}',
'--scripts', str(script_path)])