Skip to content

Commit

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

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions lib/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@ module.exports = () => [
{ domain: "speedtestchn", name: "Switzerland North", icon: "ch.svg" },
{ domain: "speedtestchw", name: "Switzerland West", icon: "ch.svg" },
{ domain: "speedtestene", name: "Norway East", icon: "no.svg" },
{ domain: "speedtestnea", name: "Brazil", icon: "br.svg" },
{ domain: "speedtestnea", name: "Brazil South", icon: "br.svg" },
{ domain: "speedtestesc", name: "Sweden Central", icon: "se.svg" },
{ domain: "azurespeedtestwestus3", url: "https://azurespeedtestwestus3.z1.web.core.windows.net/", name: "West US 3", icon: "us.svg" },
{ 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: "speedtestmexicocetral", url: "https://speedtestmexicocetral.z41.web.core.windows.net/cb.json", name: "Mexico Central", icon: "mx.svg" }

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


];

0 comments on commit c1554d4

Please sign in to comment.