Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stackpath 3 pops #290

Merged
merged 1 commit into from
Oct 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions data/providers/adaptive.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ const adaptive = {
name: "Adaptive Link",
url: "https://adaptive.link",
pops: [
"AMS",
"BOM",
"CDG",
"CMH",
"DFW",
"DUB",
"GRU",
"HEL",
"ICN",
"JFK",
"LHR",
"MAD",
"MEX",
"MIA",
"NRT",
"NUE",
"PDX",
"SFO",
"SIN",
"SYD",
"YYZ"
"AMS", // Amsterdam (Netherlands)
"BOM", // Mumbai (India)
"CDG", // Paris (France)
"CMH", // Columbus (US)
"DFW", // Dallas (US)
"DUB", // Dublin (Ireland)
"GRU", // Sao Paulo (Brazil)
"HEL", // Helsinki (Finland)
"ICN", // Seoul (South Korea)
"JFK", // New York (US)
"LHR", // London (UK)
"MAD", // Madrid (Spain)
"MEX", // Mexico City (Mexico)
"MIA", // Miami (US)
"NRT", // Tokyo (Japan)
"NUE", // Nuremberg (Germany)
"PDX", // Portland (US)
"SFO", // San Francisco (US)
"SIN", // Singapore (Singapore)
"SYD", // Sydney (Australia)
"YYZ" // Toronto (Canada)
]
};

Expand Down
10 changes: 9 additions & 1 deletion data/providers/arubacloud.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
const arubacloud = {
name: "Aruba Cloud",
url: "https://www.arubacloud.com/",
pops: ["CDG", "FRA", "LHR", "MXP", "PRG", "QZO", "WAW"]
pops: [
"CDG", // Paris (France)
"FRA", // Frankfurt (Germany)
"LHR", // London (UK)
"MXP", // Milan (Italy)
"PRG", // Prague (Czech Republic)
"QZO", // Arezzo (Italy)
"WAW" // Warsaw (Poland)
]
};

export default arubacloud;
10 changes: 9 additions & 1 deletion data/providers/atlanticnet.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
const atlanticnet = {
name: "Atlantic.Net",
url: "https://www.atlantic.net/",
pops: ["DFW", "IAD", "JFK", "LHR", "MCO", "SFO", "YYZ"]
pops: [
"DFW", // Dallas (US)
"IAD", // Washington DC (US)
"JFK", // New York (US)
"LHR", // London (UK)
"MCO", // Orlando (US)
"SFO", // San Francisco (US)
"YYZ" // Toronto (Canada)
]
};

export default atlanticnet;
6 changes: 5 additions & 1 deletion data/providers/backblaze.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const backblaze = {
name: "Backblaze",
url: "https://www.backblaze.com/",
pops: ["AMS", "PHX", "SMF"]
pops: [
"AMS", // Amsterdam (Netherlands)
"PHX", // Phoenix (US)
"SMF" // Sacramento (US)
]
};

export default backblaze;
28 changes: 14 additions & 14 deletions data/providers/cloudsigma.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ const cloudsigma = {
name: "CloudSigma",
url: "https://www.cloudsigma.com",
pops: [
"CRK", // Clark
"DUB", // Dublin
"FRA", // Frankfurt
"GVA", // Geneva
"HNL", // Honolulu
"IAD", // Washington DC
"LLA", // Lulea, Sweden
"MEL", // Melbourne
"MNL", // Manila
"NRT", // Tokyo
"PER", // Perth
"RUH", // Riyadh
"SJC", // San Jose
"ZRH" // Zurich
"CRK", // Clark (Philippines)
"DUB", // Dublin (Ireland)
"FRA", // Frankfurt (Germany)
"GVA", // Geneva (Switzerland)
"HNL", // Honolulu (US)
"IAD", // Washington DC (US)
"LLA", // Lulea (Sweden)
"MEL", // Melbourne (Australia)
"MNL", // Manila (Philippines)
"NRT", // Tokyo (Japan)
"PER", // Perth (Australia)
"RUH", // Riyadh (Saudi Arabia)
"SJC", // San Jose (US)
"ZRH" // Zurich (Switzerland)
]
};

Expand Down
68 changes: 34 additions & 34 deletions data/providers/deno.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@ const deno = {
name: "Deno Deploy",
url: "https://deno.com/deploy",
pops: [
"AMS", // Amsterdam
"BOM", // Mumbai
"BRU", // Brussels
"CDG", // Paris
"CGK", // Jakarta
"CHS", // Charleston
"CMH", // Columbus
"DEL", // Delhi
"DFW", // Dallas
"DSM", // Des Moines
"FRA", // Frankfurt
"GRU", // Sao Paulo
"HEL", // Helsinki
"HKG", // Hong Kong
"IAD", // Washington DC
"ICN", // Seoul
"KIX", // Osaka
"LAS", // Las Vegas
"LAX", // Los Angeles
"LHR", // London
"MAD", // Madrid
"MEL", // Melbourne
"MXP", // Milan
"NRT", // Tokyo
"PDX", // Portland
"SCL", // Santiago
"SIN", // Singapore
"SLC", // Salt Lake City
"SYD", // Sydney
"TPE", // Taipei
"WAW", // Warsaw
"YUL", // Montreal
"YYZ", // Toronto
"ZRH" // Zurich
"AMS", // Amsterdam (Netherlands)
"BOM", // Mumbai (India)
"BRU", // Brussels (Belgium)
"CDG", // Paris (France)
"CGK", // Jakarta (Indonesia)
"CHS", // Charleston (US)
"CMH", // Columbus (US)
"DEL", // Delhi (India)
"DFW", // Dallas (US)
"DSM", // Des Moines (US)
"FRA", // Frankfurt (Germany)
"GRU", // Sao Paulo (Brazil)
"HEL", // Helsinki (Finland)
"HKG", // Hong Kong (China)
"IAD", // Washington DC (US)
"ICN", // Seoul (South Korea)
"KIX", // Osaka (Japan)
"LAS", // Las Vegas (US)
"LAX", // Los Angeles (US)
"LHR", // London (UK)
"MAD", // Madrid (Spain)
"MEL", // Melbourne (Australia)
"MXP", // Milan (Italy)
"NRT", // Tokyo (Japan)
"PDX", // Portland (US)
"SCL", // Santiago de Chile (Chile)
"SIN", // Singapore (Singapore)
"SLC", // Salt Lake City (US)
"SYD", // Sydney (Australia)
"TPE", // Taipei (Taiwan)
"WAW", // Warsaw (Poland)
"YUL", // Montreal (Canada)
"YYZ", // Toronto (Canada)
"ZRH" // Zurich (Switzerland)
]
};

Expand Down
11 changes: 10 additions & 1 deletion data/providers/digitalocean.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
const digitalocean = {
name: "DigitalOcean",
url: "https://www.digitalocean.com",
pops: ["AMS", "BLR", "FRA", "JFK", "LHR", "SFO", "SIN", "YYZ"]
pops: [
"AMS", // Amsterdam (Netherlands)
"BLR", // Bangalore (India)
"FRA", // Frankfurt (Germany)
"JFK", // New York (US)
"LHR", // London (UK)
"SFO", // San Francisco (US)
"SIN", // Singapore (Singapore)
"YYZ" // Toronto (Canada)
]
};

export default digitalocean;
38 changes: 19 additions & 19 deletions data/providers/flexential.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ const flexential = {
name: "Flexential",
url: "https://www.flexential.com/",
pops: [
"ABE",
"ATL",
"BNA",
"CLT",
"CVG",
"DEN",
"DFW",
"FLL",
"JAX",
"LAS",
"MSP",
"PDX",
"PHL",
"PHX",
"RDU",
"RIC",
"SDF",
"SLC",
"TPA"
"ABE", // Allentown (US)
"ATL", // Atlanta (US)
"BNA", // Nashville (US)
"CLT", // Charlotte (US)
"CVG", // Cincinnati (US)
"DEN", // Denver (US)
"DFW", // Dallas (US)
"FLL", // Fort Lauderdale (US)
"JAX", // Jacksonville (US)
"LAS", // Las Vegas (US)
"MSP", // Minneapolis (US)
"PDX", // Portland (US)
"PHL", // Philadelphia (US)
"PHX", // Phoenix (US)
"RDU", // Raleigh (US)
"RIC", // Richmond (US)
"SDF", // Louisville (US)
"SLC", // Salt Lake City (US)
"TPA" // Tampa (US)
]
};

Expand Down
9 changes: 8 additions & 1 deletion data/providers/heroku.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
const heroku = {
name: "Heroku",
url: "https://www.heroku.com/",
pops: ["DUB", "FRA", "IAD", "NRT", "PDX", "SYD"]
pops: [
"DUB", // Dublin (Ireland)
"FRA", // Frankfurt (Germany)
"IAD", // Washington DC (US)
"NRT", // Tokyo (Japan)
"PDX", // Portland (US)
"SYD" // Sydney (Australia)
]
};

export default heroku;
6 changes: 5 additions & 1 deletion data/providers/hetzner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const hetzner = {
name: "Hetzner Cloud",
url: "https://www.hetzner.com/cloud",
pops: ["HEL", "NUE", "ZPM"]
pops: [
"HEL", // Helsinki (Finland)
"NUE", // Nuremberg (Germany)
"ZPM" // Potsdam (Germany)
]
};

export default hetzner;
13 changes: 12 additions & 1 deletion data/providers/hivelocity.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
const hivelocity = {
name: "Hivelocity",
url: "https://www.hivelocity.net/",
pops: ["AMS", "ATL", "DFW", "FRA", "JFK", "LAX", "MIA", "ORD", "SEA", "TPA"]
pops: [
"AMS", // Amsterdam (Netherlands)
"ATL", // Atlanta (US)
"DFW", // Dallas (US)
"FRA", // Frankfurt (Germany)
"JFK", // New York (US)
"LAX", // Los Angeles (US)
"MIA", // Miami (US)
"ORD", // Chicago (US)
"SEA", // Seattle (US)
"TPA" // Tampa (US)
]
};

export default hivelocity;
6 changes: 5 additions & 1 deletion data/providers/hostwinds.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const hostwinds = {
name: "Hostwinds",
url: "https://www.hostwinds.com/",
pops: ["AMS", "DFW", "SEA"]
pops: [
"AMS", // Amsterdam (Netherlands)
"DFW", // Dallas (US)
"SEA" // Seattle (US)
]
};

export default hostwinds;
Loading