Added mirror in the Ukraine.
Andrew Lewman

Andrew Lewman commited on 2009-02-12 02:48:51
Zeige 1 geänderte Dateien mit 20 Einfügungen und 1 Löschungen.

... ...
@@ -533,7 +533,7 @@ my %m = (
533 533
 			adminContact => "hostmaster.zombiewerks.com",
534 534
             orgName => "TheOnionRouter",
535 535
             isoCC => "US",
536
-            subRegion => "Texas",
536
+            subRegion => "New Jersey",
537 537
             region => "North America",
538 538
             ipv4 => "True",
539 539
             ipv6 => "False",
... ...
@@ -709,6 +709,25 @@ my %m = (
709 709
             hiddenServiceMirror => "",
710 710
             updateDate => "Unknown",
711 711
         },		
712
+        mirror035 => {
713
+            adminContact => "",
714
+            orgName => "Unknown",
715
+            isoCC => "UA"
716
+            subRegion => "Ukraine",
717
+            region => "Eastern Europe",
718
+            ipv4 => "True",
719
+            ipv6 => "False",
720
+            loadBalanced => "No",
721
+            httpWebsiteMirror => "http://torua.reactor-xg.kiev.ua/",
722
+            httpsWebsiteMirror => "",
723
+            rsyncWebsiteMirror => "", 
724
+            ftpWebsiteMirror => "",
725
+            httpDistMirror => "http://tordistua.reactor-xg.kiev.ua",
726
+            httpsDistMirror => "",
727
+            rsyncDistMirror => "",
728
+            hiddenServiceMirror => "",
729
+            updateDate => "Unknown",
730
+        },		
712 731
 );
713 732
 
714 733
 my $count = values %m;
715 734