mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-04 14:33:10 +00:00
add workaround for antivirus webshield
This commit is contained in:
parent
7f74cb182a
commit
62455c393a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user