Skip to content

Commit 74b34c8

Browse files
committed
Add new region
1 parent b43afa7 commit 74b34c8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

src/assets/sponsors/sunnet.png

26.2 KB
Loading

src/data/regions.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,25 @@
1717
"ixpid": 4,
1818
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Merlion_and_the_Singapore_Skyline.JPG/1024px-Merlion_and_the_Singapore_Skyline.JPG",
1919
"features": [
20-
"Zerotier"
20+
"Zerotier",
21+
"VXLAN"
2122
],
2223
"stat": "https://graph.ix42.org/ixp/ixp002-bits",
2324
"code": "sg",
2425
"active": true
2526
},
27+
{
28+
"name": "New York",
29+
"ixpid": 6,
30+
"img": "https://upload.wikimedia.org/wikipedia/commons/2/2f/Goodies_from_Top_of_the_Rock_%28Unsplash%29.jpg",
31+
"features": [
32+
"Zerotier",
33+
"VXLAN"
34+
],
35+
"stat": "",
36+
"code": "nyc",
37+
"active": true
38+
},
2639
{
2740
"name": "Tokyo",
2841
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Tokyo_Tower_and_around_Skyscrapers.jpg/906px-Tokyo_Tower_and_around_Skyscrapers.jpg",
@@ -32,4 +45,4 @@
3245
"code": "tyo",
3346
"active": false
3447
}
35-
]
48+
]

0 commit comments

Comments
 (0)