]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/mirrors.json
webapp: Fix syntax error.
[people/shoehn/ipfire.org.git] / www / mirrors.json
CommitLineData
3add293a
MT
1[
2 {
3 "name" : "IPFire Project",
4 "location" : {
5 "city" : "Cologne",
6 "country" : "Germany",
7 "country_code" : "de"
8 },
9 "hostname" : "mirror1.ipfire.org",
10 "path" : "",
11 "serves" : {
12 "isos" : true,
13 "pakfire2" : true,
14 "pakfire3" : true
15 }
16 },
17
18 {
19 "name" : "Ronald Wiesinger",
20 "location" : {
21 "city" : "Vienna",
22 "country" : "Austria",
23 "country_code" : "at"
24 },
25 "hostname" : "www.rowie.at",
26 "path" : "/ipfire",
27 "serves" : {
28 "isos" : true,
29 "pakfire2" : false,
30 "pakfire3" : false
31 }
32 },
33
34 {
454b837f 35 "name" : "Jan Paul Tücking",
3add293a
MT
36 "location" : {
37 "city" : "Karlsruhe",
38 "country" : "Germany",
39 "country_code" : "de"
40 },
41 "hostname" : "ipfire.earl-net.com",
42 "path" : "",
43 "serves" : {
44 "isos" : true,
45 "pakfire2" : false,
46 "pakfire3" : false
47 }
48 },
49
50 {
51 "name" : "Markus Villwock",
52 "location" : {
53 "city" : "Hannover",
54 "country" : "Germany",
55 "country_code" : "de"
56 },
57 "hostname" : "kraefte.net",
58 "path" : "/ipfire",
59 "serves" : {
60 "isos" : true,
61 "pakfire2" : true,
62 "pakfire3" : false
63 }
64 },
65
66 {
67 "name" : "ISP42",
68 "location" : {
69 "city" : "Hannover",
70 "country" : "Germany",
71 "country_code" : "de"
72 },
73 "hostname" : "mirror2.ipfire.org",
74 "path" : "",
75 "serves" : {
76 "isos" : true,
77 "pakfire2" : true,
78 "pakfire3" : true
79 }
80 },
81
82 {
454b837f 83 "name" : "Peter Schälchli",
3add293a
MT
84 "location" : {
85 "city" : "Paris",
86 "country" : "France",
87 "country_code" : "fr"
88 },
89 "hostname" : "mirror3.ipfire.org",
90 "path" : "",
91 "serves" : {
92 "isos" : true,
93 "pakfire2" : true,
94 "pakfire3" : false
95 }
96 },
97
98 {
454b837f 99 "name" : "Peter Schälchli",
3add293a
MT
100 "location" : {
101 "city" : "Cologne",
102 "country" : "Germany",
103 "country_code" : "de"
104 },
105 "hostname" : "mirror5.ipfire.org",
106 "path" : "",
107 "serves" : {
108 "isos" : true,
109 "pakfire2" : true,
110 "pakfire3" : false
111 }
112 },
113
114 {
115 "name" : "Kim Barthel",
116 "location" : {
117 "city" : "Stuttgart",
118 "country" : "Germany",
119 "country_code" : "de"
120 },
121 "hostname" : "ipfire.kbarthel.de",
122 "path" : "",
123 "serves" : {
124 "isos" : true,
125 "pakfire2" : false,
126 "pakfire3" : false
127 }
128 },
129
130 {
131 "name" : "Kim Barthel",
132 "location" : {
133 "city" : "Stuttgart",
134 "country" : "Germany",
135 "country_code" : "de"
136 },
137 "hostname" : "ipfire.1l0v3u.com",
138 "path" : "",
139 "serves" : {
140 "isos" : true,
141 "pakfire2" : false,
142 "pakfire3" : false
143 }
144 },
145
146 {
147 "name" : "Sebastian Winter",
148 "location" : {
149 "city" : "Minden",
150 "country" : "Germany",
151 "country_code" : "de"
152 },
153 "hostname" : "ipfiremirror.wintertech.de",
154 "path" : "",
155 "serves" : {
156 "isos" : true,
157 "pakfire2" : false,
158 "pakfire3" : false
159 }
160 }
161]