Skip to content

Commit 7d1d6d2

Browse files
Added Mirrorlist
Same as the original mirrorlist but written in JSON
1 parent be95eb6 commit 7d1d6d2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Mirrors/mirrorlist.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": 0.1,
3+
"latestUpdate": "2022-12-19",
4+
"mirrors": [
5+
{
6+
"mirrorName": "eddf-linode",
7+
"mirrorLink": "eddf.mirror.usebottles.com",
8+
"mirrorIpv4": "194.233.169.173",
9+
"mirrorIpv6": "2a01:7e01::f03c:93ff:fe08:3428",
10+
"bottlesOwned": true,
11+
"mirrorTier": 1
12+
},
13+
{
14+
"mirrorName": "cyyz-hyperbit",
15+
"mirrorLink": "cyyz.mirror.usebottles.com",
16+
"mirrorIpv4": "172.105.21.20",
17+
"mirrorIpv6": "2600:3c04::f03c:93ff:fe76:1c55",
18+
"bottlesOwned": false,
19+
"mirrorTier": 2
20+
},
21+
{
22+
"mirrorName": "Garr-Italy",
23+
"mirrorLink": "bottles.mirror.garr.it",
24+
"mirrorIpv4": "90.147.160.70",
25+
"mirrorIpv6": "2001:760:ffff:b6:4:100:0:72",
26+
"bottlesOwned": false,
27+
"mirrorTier": 2
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)