From 92f1083b887728b9d17b15d14451666ec94fc0b0 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Tue, 19 Apr 2022 19:46:05 -0700 Subject: [PATCH] start proxy server properly --- private_server_launch.bat | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 private_server_launch.bat diff --git a/private_server_launch.bat b/private_server_launch.bat deleted file mode 100644 index 2f28f9d..0000000 --- a/private_server_launch.bat +++ /dev/null @@ -1,16 +0,0 @@ -@echo off - -echo Starting Proxy Server - -SET ip=%1 -SET gamePath=%2 -SET gamePath=%gamePath:"=% - -start "Proxy Server" ./ext/mitmdump.exe -s "./proxy/proxy.py" --ssl-insecure --set ip=%ip% - -:: Allow the proxy to start -ping 192.0.2.2 -n 1 -w 5000 > nul - -echo Opening %gamePath%/Genshin Impact Game/GenshinImpact.exe - -start "" /b "%gamePath%/Genshin Impact Game/GenshinImpact.exe" \ No newline at end of file