From 62455c393ab91ff41aadb38a02a110bb72bbbf6b Mon Sep 17 00:00:00 2001 From: gmega Date: Mon, 7 Oct 2024 18:55:53 -0300 Subject: [PATCH] add workaround for antivirus webshield --- scripts/windows/run-client.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/run-client.bat b/scripts/windows/run-client.bat index cda5c5e..9ce10eb 100644 --- a/scripts/windows/run-client.bat +++ b/scripts/windows/run-client.bat @@ -92,5 +92,5 @@ exit /b :: Function to get Public IP using ip lookup service :get_ip_public - for /f "tokens=1" %%a in ('curl -m 5 -s https://ip.codex.storage') do set "%1=%%a" + for /f "tokens=1" %%a in ('curl -m 5 -s --ssl-reqd ip.codex.storage') do set "%1=%%a" exit /b