Skip to content

Commit 3a00c52

Browse files
authored
Update regions.json
1 parent ffee43b commit 3a00c52

File tree

1 file changed

+51
-48
lines changed

1 file changed

+51
-48
lines changed

src/data/regions.json

Lines changed: 51 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,52 @@
11
[
2-
{
3-
"name": "Las Vegas",
4-
"ixpid": 1,
5-
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Welcome_to_Fabulous_Las_Vegas_sign.jpg/1024px-Welcome_to_Fabulous_Las_Vegas_sign.jpg",
6-
"features": ["LAN", "Zerotier", "VXLAN"],
7-
"lg6": "https://rs-las-c-6.ix42.org/",
8-
"lg4": "https://rs-las-c-4.ix42.org/",
9-
"stat": "https://graph.ix42.org/ixp/ixp001-bits",
10-
"code": "las",
11-
"active": true
12-
},
13-
{
14-
"name": "Singapore",
15-
"ixpid": 4,
16-
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Merlion_and_the_Singapore_Skyline.JPG/1024px-Merlion_and_the_Singapore_Skyline.JPG",
17-
"features": ["Zerotier", "VXLAN"],
18-
"lg6": "https://rs-las-c-6.ix42.org/",
19-
"lg4": "https://rs-las-c-4.ix42.org/",
20-
"stat": "https://graph.ix42.org/ixp/ixp002-bits",
21-
"code": "sg",
22-
"active": true
23-
},
24-
{
25-
"name": "New York City",
26-
"ixpid": 6,
27-
"img": "https://upload.wikimedia.org/wikipedia/commons/2/2f/Goodies_from_Top_of_the_Rock_%28Unsplash%29.jpg",
28-
"features": ["Zerotier", "VXLAN"],
29-
"stat": "",
30-
"code": "nyc",
31-
"active": true
32-
},
33-
{
34-
"name": "Luxembourg",
35-
"ixpid": 7,
36-
"img": "https://upload.wikimedia.org/wikipedia/commons/e/e9/LuxembourgCityView.jpg",
37-
"features": ["Zerotier", "VXLAN"],
38-
"stat": "",
39-
"code": "lux",
40-
"active": true
41-
},
42-
{
43-
"name": "Tokyo",
44-
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Tokyo_Tower_and_around_Skyscrapers.jpg/906px-Tokyo_Tower_and_around_Skyscrapers.jpg",
45-
"features": ["Coming Soon"],
46-
"code": "tyo",
47-
"active": false
48-
}
49-
]
2+
{
3+
"name": "Las Vegas",
4+
"ixpid": 1,
5+
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Welcome_to_Fabulous_Las_Vegas_sign.jpg/1024px-Welcome_to_Fabulous_Las_Vegas_sign.jpg",
6+
"features": ["LAN", "Zerotier", "VXLAN"],
7+
"lg6": "https://rs-las-c-6.ix42.org/",
8+
"lg4": "https://rs-las-c-4.ix42.org/",
9+
"stat": "https://graph.ix42.org/ixp/ixp001-bits",
10+
"code": "las",
11+
"active": true
12+
},
13+
{
14+
"name": "Singapore",
15+
"ixpid": 4,
16+
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Merlion_and_the_Singapore_Skyline.JPG/1024px-Merlion_and_the_Singapore_Skyline.JPG",
17+
"features": ["Zerotier", "VXLAN"],
18+
"lg6": "https://rs-las-c-6.ix42.org/",
19+
"lg4": "https://rs-las-c-4.ix42.org/",
20+
"stat": "https://graph.ix42.org/ixp/ixp002-bits",
21+
"code": "sg",
22+
"active": true
23+
},
24+
{
25+
"name": "New York City",
26+
"ixpid": 6,
27+
"img": "https://upload.wikimedia.org/wikipedia/commons/2/2f/Goodies_from_Top_of_the_Rock_%28Unsplash%29.jpg",
28+
"features": ["Zerotier", "VXLAN"],
29+
"stat": "",
30+
"code": "nyc",
31+
"active": true
32+
},
33+
{
34+
"name": "Luxembourg",
35+
"ixpid": 7,
36+
"img": "https://upload.wikimedia.org/wikipedia/commons/e/e9/LuxembourgCityView.jpg",
37+
"features": ["Zerotier", "VXLAN"],
38+
"lg6": "https://rs-lux-c-6.ix42.org/",
39+
"lg4": "https://rs-lux-c-4.ix42.org/",
40+
"stat": "",
41+
"code": "lux",
42+
"active": true
43+
},
44+
{
45+
"name": "Tokyo",
46+
"img": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Tokyo_Tower_and_around_Skyscrapers.jpg/906px-Tokyo_Tower_and_around_Skyscrapers.jpg",
47+
"features": ["Coming Soon"],
48+
"code": "tyo",
49+
"active": false
50+
}
51+
]
52+

0 commit comments

Comments
 (0)