Skip to content

Commit

Permalink
feat: add new locations to Linode and Vercel providers
Browse files Browse the repository at this point in the history
- Adds new locations to the Linode provider:
  - CGK (Jakarta, Indonesia)
  - GRU (Sao Paulo, Brazil)
  - LAX (Los Angeles, US)
  - MAA (Chennai, India)
  - MAD (Madrid, Spain)
  - MEL (Melbourne, Australia)
  - MIA (Miami, US)
- Adds new locations to the Vercel provider:
  - CPT (Cape Town, South Africa)
  - KIX (Osaka, Japan)
- Updates Puppeteer dependency to version 23.5.1
  • Loading branch information
adaptive committed Oct 8, 2024
1 parent 952e914 commit e3fab57
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 14 deletions.
8 changes: 7 additions & 1 deletion data/providers/linode.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@ const linode = {
"ATL", // Atlanta (US)
"BOM", // Mumbai (India)
"CDG", // Paris (France)
"CGK", // Jakarta (Indonesia)
"DFW", // Dallas (US)
"EWR", // Newark (US)
"FRA", // Frankfurt (Germany)
"GRU", // Sao Paulo (Brazil)
"IAD", // Washington (US)
"ITM", // Osaka (Japan)
"LAX", // Los Angeles (US)
"LHR", // London (UK)
"MAA", // Chennai (India)
"MAD", // Madrid (Spain)
"MEL", // Melbourne (Australia)
"MIA", // Miami (US)
"MXP", // Milan (Italy)
"NRT", // Tokyo (Japan)
"ORD", // Chicago (US)
"PAO", // Palo Alto (US)
"SEA", // Seattle (US)
"SIN", // Singapore (Singapore)
"SJC", // San Jose (US)
Expand Down
Loading

0 comments on commit e3fab57

Please sign in to comment.