add two new mirrors.
Andrew Lewman

Andrew Lewman commited on 2009-10-30 21:58:04
Zeige 1 geänderte Dateien mit 40 Einfügungen und 0 Löschungen.

... ...
@@ -789,6 +789,46 @@ my %m = (
789 789
             hiddenServiceMirror => "",
790 790
             updateDate => "Unknown",
791 791
         },
792
+
793
+        mirror038 => {
794
+            adminContact => "",
795
+            orgName => "",
796
+            isoCC => "IN",
797
+            subRegion => "",
798
+            region => "IN",
799
+            ipv4 => "True",
800
+            ipv6 => "False",
801
+            loadBalanced => "No",
802
+            httpWebsiteMirror => "http://www.torproject.org.in",
803
+            httpsWebsiteMirror => "",
804
+            rsyncWebsiteMirror => "",
805
+            ftpWebsiteMirror => "",
806
+            httpDistMirror => "http://www.torproject.org.in/dist/",
807
+            httpsDistMirror => "",
808
+            rsyncDistMirror => "",
809
+            hiddenServiceMirror => "",
810
+            updateDate => "Unknown",
811
+        },
812
+
813
+        mirror039 => {
814
+            adminContact => "",
815
+            orgName => "",
816
+            isoCC => "LU",
817
+            subRegion => "",
818
+            region => "LU",
819
+            ipv4 => "True",
820
+            ipv6 => "False",
821
+            loadBalanced => "No",
822
+            httpWebsiteMirror => "http://tor.idnr.at",
823
+            httpsWebsiteMirror => "",
824
+            rsyncWebsiteMirror => "",
825
+            ftpWebsiteMirror => "",
826
+            httpDistMirror => "",
827
+            httpsDistMirror => "",
828
+            rsyncDistMirror => "",
829
+            hiddenServiceMirror => "",
830
+        },
831
+
792 832
 );
793 833
 
794 834
 my $count = values %m;
795 835