Skip to content

Commit

Permalink
upcloud added SYD
Browse files Browse the repository at this point in the history
  • Loading branch information
adaptive committed Mar 23, 2021
1 parent 07b610a commit 671c6d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion data/providers/upcloud.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
const upcloud = {
name: "UpCloud",
url: "https://upcloud.com/",
pops: ["AMS", "FRA", "HEL", "JFK", "LHR", "MAD", "ORD", "SIN", "SJC", "WAW"]
pops: [
"AMS",
"FRA",
"HEL",
"JFK",
"LHR",
"MAD",
"ORD",
"SIN",
"SJC",
"SYD",
"WAW"
]
};

export default upcloud;
Loading

0 comments on commit 671c6d6

Please sign in to comment.