]> git.ipfire.org Git - ipfire.org.git/blob - www/mirrors.json
Create a global webapp database connection and create a config class.
[ipfire.org.git] / www / mirrors.json
1 [
2 {
3 "owner" : "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 {
35 "owner" : "Jan Paul Tücking",
36 "location" : {
37 "city" : "Falkenstein/Vogtland",
38 "country" : "Germany",
39 "country_code" : "de"
40 },
41 "hostname" : "ipfire.earl-net.com",
42 "path" : "",
43 "serves" : {
44 "isos" : true,
45 "pakfire2" : true,
46 "pakfire3" : false
47 }
48 },
49
50 {
51 "owner" : "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 "owner" : "Kim Barthel",
68 "location" : {
69 "city" : "Stuttgart",
70 "country" : "Germany",
71 "country_code" : "de"
72 },
73 "hostname" : "ipfire.b56.eu",
74 "path" : "",
75 "serves" : {
76 "isos" : true,
77 "pakfire2" : false,
78 "pakfire3" : false
79 }
80 },
81
82 {
83 "owner" : "Robert Möker",
84 "location" : {
85 "city" : "Frankfurt am Main",
86 "country" : "Germany",
87 "country_code" : "de"
88 },
89 "hostname" : "datenklatscher.net",
90 "path" : "/ipfire",
91 "serves" : {
92 "isos" : true,
93 "pakfire2" : false,
94 "pakfire3" : false
95 }
96 },
97
98 {
99 "owner" : "SWITCH",
100 "location" : {
101 "city" : "Zurich",
102 "country" : "Switzerland",
103 "country_code" : "ch"
104 },
105 "hostname" : "mirror.switch.ch",
106 "path" : "/ftp/mirror/ipfire/pakfire2",
107 "serves" : {
108 "isos" : true,
109 "pakfire2" : false,
110 "pakfire3" : false
111 }
112 },
113
114 {
115 "owner" : "Peter Schälchli",
116 "location" : {
117 "city" : "Paris",
118 "country" : "France",
119 "country_code" : "fr"
120 },
121 "hostname" : "mirror6.ipfire.org",
122 "path" : "",
123 "serves" : {
124 "isos" : true,
125 "pakfire2" : true,
126 "pakfire3" : false
127 }
128 }
129 ]