add mirror - http://archives.seul.org/tor/mirrors/Nov-2009/msg00001.html
Jon@svn.torproject.org

Jon@svn.torproject.org commited on 2009-11-27 18:32:12
Zeige 1 geänderte Dateien mit 19 Einfügungen und 0 Löschungen.

... ...
@@ -811,6 +811,25 @@ my %m = (
811 811
             hiddenServiceMirror => "",
812 812
         },
813 813
 
814
+        mirror040 => {
815
+            adminContact => "",
816
+            orgName => "",
817
+            isoCC => "LU",
818
+            subRegion => "",
819
+            region => "LU",
820
+            ipv4 => "True",
821
+            ipv6 => "False",
822
+            loadBalanced => "No",
823
+            httpWebsiteMirror => "http://torproject.the-onion-router.net/",
824
+            httpsWebsiteMirror => "",
825
+            rsyncWebsiteMirror => "",
826
+            ftpWebsiteMirror => "",
827
+            httpDistMirror => "http://torproject.the-onion-router.net/dist",
828
+            httpsDistMirror => "",
829
+            rsyncDistMirror => "",
830
+            hiddenServiceMirror => "",
831
+        },
832
+
814 833
 );
815 834
 
816 835
 my $count = values %m;
817 836