Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions SignallingWebServer/platform_scripts/cmd/common.bat
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,10 @@ call :SetupCoturn
exit /b

:SetPublicIP
FOR /f %%A IN ('curl --silent http://api.ipify.org') DO set PUBLIC_IP=%%A
Echo External IP is : %PUBLIC_IP%
IF "%PUBLIC_IP%"=="" (
FOR /f %%A IN ('curl --silent http://api.ipify.org') DO set PUBLIC_IP=%%A
Echo External IP is : %PUBLIC_IP%
)
exit /b

:SetupTurnStun
Expand Down
Loading