Jon@svn.torproject.org

Jon@svn.torproject.org commited on 2009-10-01 04:54:57
Zeige 1 geänderte Dateien mit 20 Einfügungen und 0 Löschungen.

... ...
@@ -836,6 +836,26 @@ mirror039 => {
836 836
             hiddenServiceMirror => "",
837 837
             updateDate => "Unknown",
838 838
         },
839
+
840
+mirror040 => {
841
+            adminContact => "doc DOT kuehn AT nexgo DOT de",
842
+            orgName => " ",
843
+            isoCC => " ",
844
+            subRegion => "",
845
+            region => "DE",
846
+            ipv4 => "True",
847
+            ipv6 => "False",
848
+            loadBalanced => "No",
849
+            httpWebsiteMirror => "http://tor-proxy.de/tor-mirror/",
850
+            httpsWebsiteMirror => "https://tor-proxy.de/tor-mirror/",
851
+            rsyncWebsiteMirror => "",
852
+            ftpWebsiteMirror => "",
853
+            httpDistMirror => "http://tor-proxy.de/tor-mirror/dist/",
854
+            httpsDistMirror => "https://tor-proxy.de/tor-mirror/dist/",
855
+            rsyncDistMirror => "",
856
+            hiddenServiceMirror => "",
857
+            updateDate => "Unknown",
858
+        },
839 859
 );
840 860
 
841 861
 my $count = values %m;
842 862