Skip to content

Instantly share code, notes, and snippets.

@sintaxi
Last active March 28, 2022 02:12
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save sintaxi/670654550d4b30354614c7cfb72d5bf5 to your computer and use it in GitHub Desktop.
Save sintaxi/670654550d4b30354614c7cfb72d5bf5 to your computer and use it in GitHub Desktop.
Surge Regions
List of regions your project is served from when you deploy using surge.
yyz.surge.sh : 159.203.50.177 : CA : Toronto
jfk.surge.sh : 159.203.159.100 : US : New York
sfo.surge.sh : 138.197.235.123 : US : San Francisco
lhr.surge.sh : 46.101.67.123 : GB : London
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
You can use curl to test your project running in each datacenter.
Example: `curl -H "Host: sintaxi.com" yyz.surge.sh`
@gregsadetsky
Copy link

gregsadetsky commented May 8, 2018

small note that the curl call should include a semicolon after Host, i.e.

curl -H "Host: sintaxi.com" yyz.surge.sh

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