Reorder mirrors.
Jon@svn.torproject.org

Jon@svn.torproject.org commited on 2009-08-01 16:52:34
Zeige 1 geänderte Dateien mit 40 Einfügungen und 40 Löschungen.

... ...
@@ -235,6 +235,46 @@ my %m = (
235 235
             updateDate => "Unknown",
236 236
         },
237 237
 
238
+	mirror009 => {
239
+            adminContact => "BarkerJr AT barkerjr DOT net",
240
+            orgName => "BarkerJr",
241
+            isoCC => "US",
242
+            subRegion => "",
243
+            region => "US",
244
+            ipv4 => "True",
245
+            ipv6 => "False",
246
+            loadBalanced => "No",
247
+            httpWebsiteMirror => "http://www.cebolla.us",
248
+            httpsWebsiteMirror => "https://www.cebolla.us",
249
+            rsyncWebsiteMirror => "",
250
+            ftpWebsiteMirror => "",
251
+            httpDistMirror => "http://www.cebolla.us/dist/",
252
+            httpsDistMirror => "https://www.cebolla.us/dist/",
253
+            rsyncDistMirror => "",
254
+            hiddenServiceMirror => "",
255
+            updateDate => "Unknown",
256
+        },
257
+
258
+	mirror010 => {
259
+            adminContact => "",
260
+            orgName => "zuola",
261
+            isoCC => "CN",
262
+            subRegion => "",
263
+            region => "CN",
264
+            ipv4 => "True",
265
+            ipv6 => "False",
266
+            loadBalanced => "No",
267
+            httpWebsiteMirror => "http://tor.zuo.la/",
268
+            httpsWebsiteMirror => "",
269
+            rsyncWebsiteMirror => "",
270
+            ftpWebsiteMirror => "",
271
+            httpDistMirror => "http://tor.zuo.la/dist/",
272
+            httpsDistMirror => "",
273
+            rsyncDistMirror => "",
274
+            hiddenServiceMirror => "",
275
+            updateDate => "Unknown",
276
+        },
277
+
238 278
        mirror011 => {
239 279
             adminContact => "info AT zentrum-der-gesundheit DOT de",
240 280
             orgName => "Zentrum der Gesundheit",
... ...
@@ -777,46 +817,6 @@ my %m = (
777 817
             updateDate => "Unknown",
778 818
         },
779 819
 
780
-	mirror040 => {
781
-            adminContact => "",
782
-            orgName => "zuola",
783
-            isoCC => "CN",
784
-            subRegion => "",
785
-            region => "CN",
786
-            ipv4 => "True",
787
-            ipv6 => "False",
788
-            loadBalanced => "No",
789
-            httpWebsiteMirror => "http://tor.zuo.la/",
790
-            httpsWebsiteMirror => "",
791
-            rsyncWebsiteMirror => "",
792
-            ftpWebsiteMirror => "",
793
-            httpDistMirror => "http://tor.zuo.la/dist/",
794
-            httpsDistMirror => "",
795
-            rsyncDistMirror => "",
796
-            hiddenServiceMirror => "",
797
-            updateDate => "Unknown",
798
-        },
799
-
800
-	mirror041 => {
801
-            adminContact => "BarkerJr AT barkerjr DOT net",
802
-            orgName => "BarkerJr",
803
-            isoCC => "US",
804
-            subRegion => "",
805
-            region => "US",
806
-            ipv4 => "True",
807
-            ipv6 => "False",
808
-            loadBalanced => "No",
809
-            httpWebsiteMirror => "http://www.cebolla.us",
810
-            httpsWebsiteMirror => "https://www.cebolla.us",
811
-            rsyncWebsiteMirror => "",
812
-            ftpWebsiteMirror => "",
813
-            httpDistMirror => "http://www.cebolla.us/dist/",
814
-            httpsDistMirror => "https://www.cebolla.us/dist/",
815
-            rsyncDistMirror => "",
816
-            hiddenServiceMirror => "",
817
-            updateDate => "Unknown",
818
-        }
819
-
820 820
 
821 821
 );
822 822
 
823 823