Last active
March 28, 2022 02:12
-
-
Save sintaxi/670654550d4b30354614c7cfb72d5bf5 to your computer and use it in GitHub Desktop.
Surge Regions
This file contains 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
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` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
small note that the curl call should include a semicolon after Host, i.e.
curl -H "Host: sintaxi.com" yyz.surge.sh