reorder mirrors
Jon@svn.torproject.org

Jon@svn.torproject.org commited on 2009-07-02 03:36:29
Zeige 1 geänderte Dateien mit 20 Einfügungen und 19 Löschungen.

... ...
@@ -406,6 +406,26 @@ my %m = (
406 406
             updateDate => "Unknown",
407 407
         },
408 408
 
409
+	mirror020 => {
410
+            adminContact => "",
411
+            orgName => "ax",
412
+            isoCC => "DE",
413
+            subRegion => "",
414
+            region => "DE",
415
+            ipv4 => "True",
416
+            ipv6 => "False",
417
+            loadBalanced => "No",
418
+            httpWebsiteMirror => "",
419
+            httpsWebsiteMirror => "",
420
+            rsyncWebsiteMirror => "",
421
+            ftpWebsiteMirror => "",
422
+            httpDistMirror => "http://tor.initrd.net/dist/",
423
+            httpsDistMirror => "",
424
+            rsyncDistMirror => "",
425
+            hiddenServiceMirror => "",
426
+            updateDate => "Unknown",
427
+        },
428
+
409 429
        mirror021 => {
410 430
 	    adminContact => "hostmaster AT zombiewerks DOT com",
411 431
             orgName => "TheOnionRouter",
... ...
@@ -811,25 +831,6 @@ my %m = (
811 831
             updateDate => "Unknown",
812 832
         },
813 833
 
814
-	mirror042 => {
815
-            adminContact => "",
816
-            orgName => "ax",
817
-            isoCC => "DE",
818
-            subRegion => "",
819
-            region => "DE",
820
-            ipv4 => "True",
821
-            ipv6 => "False",
822
-            loadBalanced => "No",
823
-            httpWebsiteMirror => "",
824
-            httpsWebsiteMirror => "",
825
-            rsyncWebsiteMirror => "",
826
-            ftpWebsiteMirror => "",
827
-            httpDistMirror => "http://tor.initrd.net/dist/",
828
-            httpsDistMirror => "",
829
-            rsyncDistMirror => "",
830
-            hiddenServiceMirror => "",
831
-            updateDate => "Unknown",
832
-        }
833 834
 
834 835
 );
835 836
 
836 837