-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmirrorlist.json
51 lines (51 loc) · 1.42 KB
/
mirrorlist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"date": 20240919,
"revision": 1,
"mirrors": [
{
"name": "RebornOS Main Mirror",
"location": "Global",
"server": "https://repo.rebornos.org/RebornOS/"
},
{
"name": "SoulHarsh007 US Mirror",
"location": "Austria, US West",
"server": "https://us-mnz.soulharsh007.dev/rebornos/RebornOS/"
},
{
"name": "SoulHarsh007 NL Mirror",
"location": "Netherlands, EU Central",
"server": "https://nl-ams-rebornos.soulharsh007.dev/RebornOS/"
},
{
"name": "SoulHarsh007 EU Mirror",
"location": "Austria, EU Central",
"server": "https://at-vie-rebornos.soulharsh007.dev/RebornOS/"
},
{
"name": "RebornOS NL Mirror",
"location": "Netherlands, EU Central",
"server": "https://nl-mirror.rebornos.org/RebornOS/"
},
{
"name": "SoulHarsh007 LB Mirror",
"location": "SEA and US West Load Balanced",
"server": "https://sea-usw-lb.soulharsh007.dev/RebornOS/"
},
{
"name": "FreeDif SG Mirror",
"location": "Singapore, SEA",
"server": "https://mirror.freedif.org/rebornos/RebornOS/"
},
{
"name": "Clarkson US Mirror",
"location": "New York, US East",
"server": "https://mirror.clarkson.edu/RebornOS/RebornOS/"
},
{
"name": "SourceForge Mirror",
"location": "Global",
"server": "https://sourceforge.net/projects/rebornos/files/r/RebornOS/"
}
]
}