Last active
June 15, 2025 10:28
-
-
Save fu-sen/bf6facdea14eab7b8d6fca0472139b49 to your computer and use it in GitHub Desktop.
Surge (surge.sh) Server Status - Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sfo.surge.sh|138.197.235.123 US, San Francisco | |
lhr.surge.sh|46.101.67.123 GB, London | |
yyz.surge.sh|159.203.50.177 CA, Toronto | |
jfk.surge.sh|159.203.159.100 US, New York | |
ams.surge.sh|188.166.132.94 NL, Amsterdam | |
fra.surge.sh|138.68.112.220 DE, Frankfurt | |
sgp.surge.sh|139.59.195.30 SG, Singapore | |
blr.surge.sh|139.59.50.135 IN, Bangalore | |
syd.surge.sh|45.76.126.95 AU, Sydney | |
nrt.surge.sh|172.104.96.133 JP, Tokyo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
for /f "tokens=1-2 delims=|" %%u in (surge-server.txt) do ( | |
echo %%u %%v | |
curl.exe %%u -m 5 -o NUL -w "%%{http_code} %%{errormsg}\n\n" -s | |
) | |
endlocal | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're not using Windows:
sintaxi/surge#566 (comment)
You can check the server status now:
https://stats.uptimerobot.com/DXK3rsVThE
sintaxi/surge#571