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` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
gregsadetsky commentedMay 8, 2018
•
edited
small note that the curl call should include a semicolon after Host, i.e.
curl -H "Host: sintaxi.com" yyz.surge.sh