add new mirror in ukraine, fix the Luxemborg mirror to be in Austria.
Andrew Lewman

Andrew Lewman commited on 2010-02-19 14:53:22
Zeige 1 geänderte Dateien mit 20 Einfügungen und 1 Löschungen.

... ...
@@ -795,7 +795,7 @@ my %m = (
795 795
         mirror039 => {
796 796
             adminContact => "",
797 797
             orgName => "",
798
-            isoCC => "LU",
798
+            isoCC => "AT",
799 799
             subRegion => "",
800 800
             region => "LU",
801 801
             ipv4 => "True",
... ...
@@ -866,6 +866,25 @@ my %m = (
866 866
             httpsDistMirror => "",
867 867
             rsyncDistMirror => "",
868 868
             hiddenServiceMirror => "",
869
+        },
870
+
871
+        mirror043 => {
872
+            adminContact => "",
873
+            orgName => "",
874
+            isoCC => "UA",
875
+            subRegion => "",
876
+            region => "UA",
877
+            ipv4 => "True",
878
+            ipv6 => "False",
879
+            loadBalanced => "No",
880
+            httpWebsiteMirror => "http://tor.homosu.net/",
881
+            httpsWebsiteMirror => "",
882
+            rsyncWebsiteMirror => "",
883
+            ftpWebsiteMirror => "",
884
+            httpDistMirror => "http://tor.homosu.net/dist",
885
+            httpsDistMirror => "",
886
+            rsyncDistMirror => "",
887
+            hiddenServiceMirror => "",
869 888
         }
870 889
 
871 890
 );
872 891