Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Last active June 15, 2025 10:28
Show Gist options
  • Save fu-sen/bf6facdea14eab7b8d6fca0472139b49 to your computer and use it in GitHub Desktop.
Save fu-sen/bf6facdea14eab7b8d6fca0472139b49 to your computer and use it in GitHub Desktop.
Surge (surge.sh) Server Status - Windows
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
@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
@fu-sen
Copy link
Author

fu-sen commented Jun 15, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment