Skip to content

Commit

Permalink
google compute engine
Browse files Browse the repository at this point in the history
  • Loading branch information
adaptive committed Oct 12, 2020
1 parent 6c19c89 commit ac00eb0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ console.log(PoPs.MAD);
["adaptive", "alibaba", "arubacloud", "atlanticnet", "azurecdn",
"bunnycdn", "cachefly", "cdn77", "cloudflare", "cloudfront",
"cloudsigma", "digitalocean", "equinix", "ec2", "fastly", "gcore",
"googlecdn", "heroku", "hetzner", "hostwinds", "imperva", "ionos",
"kamatera", "keycdn", "leapswitch", "lightsail", "limelight", "linode",
"mnx", "netlify", "ovh", "packet", "scaleaway", "stackpath", "upcloud",
"verizonmedia", "vercel", "vultr"];
"googlecdn", "googlecompute", "heroku", "hetzner", "hostwinds",
"imperva", "ionos", "kamatera", "keycdn", "leapswitch", "lightsail",
"limelight", "linode", "mnx", "netlify", "ovh", "packet", "scaleaway",
"stackpath", "upcloud", "verizonmedia", "vercel", "vultr"];
```

### Supported CDNs and Hosting Providers
Expand All @@ -60,7 +60,8 @@ console.log(PoPs.MAD);
* Equinix ```equinix```
* Fastly ```fastly``` 🕵️
* G-Core Labs ```gcore```
* GoogleCDN ```googlecdn```
* Google Cloud CDN ```googlecdn```
* Google Compute Engine ```googlecompute```
* Heroku ```heroku```
* Hetzner ```hetzner```
* Hostwinds ```hostwinds```
Expand Down
1 change: 1 addition & 0 deletions data/iata-filtered.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const iata = new Map([
["CGK", [-6.130643, 106.655525]],
["CGO", [34.52752, 113.84024]],
["CGP", [22.245201, 91.81516]],
["CHA", [35.036926, -85.197784]],
["CHI", [41.8831, -87.7661]],
["CHS", [32.884354, -80.037155]],
["CJR", [38.5254722, -77.8596389]],
Expand Down
2 changes: 2 additions & 0 deletions data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import ec2 from "./providers/ec2.js";
import fastly from "./providers/fastly.js";
import gcore from "./providers/gcore.js";
import googlecdn from "./providers/googlecdn.js";
import googlecompute from "./providers/googlecompute.js";
import heroku from "./providers/heroku.js";
import hetzner from "./providers/hetzner.js";
import hostwinds from "./providers/hostwinds.js";
Expand Down Expand Up @@ -56,6 +57,7 @@ const providers = {
fastly,
gcore,
googlecdn,
googlecompute,
heroku,
hetzner,
hostwinds,
Expand Down
2 changes: 1 addition & 1 deletion data/providers/googlecdn.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
const googlecdn = {
name: "Google Cloud CDN",
url: "https://cloud.google.com/cdn/",
url: "https://cloud.google.com/cdn",
pops: [
"AMS",
"ARN",
Expand Down
Loading

0 comments on commit ac00eb0

Please sign in to comment.