Skip to content

Commit

Permalink
added mexico
Browse files Browse the repository at this point in the history
  • Loading branch information
richorama committed May 24, 2024
1 parent a63a2b4 commit 64ca4ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.min.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions lib/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = () => [
{ domain: "speedtestfrc", name: "France Central", icon: "fr.svg" },
{ domain: "speedtestsan", name: "South Africa North", icon: "za.svg" },
{ domain: "speedtestuaen", name: "UAE North", icon: "ae.svg" },
{ domain: "speedtestden", name: "Germany North", icon: "de.svg" },
{ domain: "speedtestden", name: "Germany West Central", icon: "de.svg" },
{ domain: "speedtestchn", name: "Switzerland North", icon: "ch.svg" },
{ domain: "speedtestchw", name: "Switzerland West", icon: "ch.svg" },
{ domain: "speedtestene", name: "Norway East", icon: "no.svg" },
Expand All @@ -38,7 +38,10 @@ module.exports = () => [
{ domain: "speedtestqc", url: "https://speedtestqc.z1.web.core.windows.net/", name: "Qatar Central", icon: "qa.svg" },
{ domain: "speedtestplc", name: "Poland Central", icon: "pl.svg" },
{ domain: "speedtestitn", url: "https://speedtestitn.z38.web.core.windows.net/cb.json", name: "Italy North", icon: "it.svg" },
{ domain: "speedtestezmla", name: "Los Angeles Edge Zone (preview)", icon: "us.svg" }
{ domain: "speedtestezmla", name: "Los Angeles Edge Zone (preview)", icon: "us.svg" },

{ domain: "speedtestmexicocetral", url: "https://speedtestmexicocetral.z41.web.core.windows.net/cb.json", name: "Mexico Central", icon: "mx.svg" }



];

0 comments on commit 64ca4ea

Please sign in to comment.