Add BarkerJr US mirror. http://archives.seul.org/tor/mirrors/Jul-2009/msg00002.html
Jon@svn.torproject.org

Jon@svn.torproject.org commited on 2009-07-03 07:57:48
Zeige 1 geänderte Dateien mit 21 Einfügungen und 0 Löschungen.

... ...
@@ -813,8 +813,29 @@ my %m = (
813 813
             rsyncDistMirror => "",
814 814
             hiddenServiceMirror => "",
815 815
             updateDate => "Unknown",
816
+        },
817
+
818
+	mirror041 => {
819
+            adminContact => "BarkerJr AT barkerjr DOT net",
820
+            orgName => "BarkerJr",
821
+            isoCC => "US",
822
+            subRegion => "",
823
+            region => "US",
824
+            ipv4 => "True",
825
+            ipv6 => "False",
826
+            loadBalanced => "No",
827
+            httpWebsiteMirror => "",
828
+            httpsWebsiteMirror => "",
829
+            rsyncWebsiteMirror => "",
830
+            ftpWebsiteMirror => "",
831
+            httpDistMirror => "http://tor.dontdraft.us/dist/",
832
+            httpsDistMirror => "",
833
+            rsyncDistMirror => "",
834
+            hiddenServiceMirror => "",
835
+            updateDate => "Unknown",
816 836
         }
817 837
 
838
+
818 839
 );
819 840
 
820 841
 my $count = values %m;
821 842