This commit is contained in:
2025-07-22 15:18:18 -04:00
commit 3d0298dc4b

3
GetExternalIP.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
powershell -Command "(Invoke-WebRequest -Uri 'https://api.ipify.org').Content"
pause