[tor-commits] r25071: {website} add http://tor.freie-re.de mirrors. (website/trunk)

Andrew Lewman andrew at torproject.org
Wed Sep 14 19:59:52 UTC 2011


Author: phobos
Date: 2011-09-14 19:59:52 +0000 (Wed, 14 Sep 2011)
New Revision: 25071

Modified:
   website/trunk/update-mirrors.pl
Log:
add http://tor.freie-re.de mirrors.


Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2011-09-14 19:56:32 UTC (rev 25070)
+++ website/trunk/update-mirrors.pl	2011-09-14 19:59:52 UTC (rev 25071)
@@ -642,6 +642,24 @@
             httpsDistMirror => "https://tor.key-server.org/dist",
             rsyncDistMirror => "",
             hiddenServiceMirror => "",
+      },
+        mirror040 => {
+            adminContact => "",
+            orgName => "",
+            isoCC => "DE",
+            subRegion => "",
+            region => "DE",
+            ipv4 => "True",
+            ipv6 => "False",
+            loadBalanced => "No",
+            httpWebsiteMirror => "http://tor.freie-re.de",
+            httpsWebsiteMirror => "",
+            rsyncWebsiteMirror => "",
+            ftpWebsiteMirror => "",
+            httpDistMirror => "http://tor.freie-re.de/dist",
+            httpsDistMirror => "",
+            rsyncDistMirror => "",
+            hiddenServiceMirror => "",
       }
 );
 



More information about the tor-commits mailing list