[tor-commits] r25070: {website} add tor-key-server mirror. (website/trunk)

Andrew Lewman andrew at torproject.org
Wed Sep 14 19:56:32 UTC 2011


Author: phobos
Date: 2011-09-14 19:56:32 +0000 (Wed, 14 Sep 2011)
New Revision: 25070

Modified:
   website/trunk/update-mirrors.pl
Log:
add tor-key-server mirror.


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



More information about the tor-commits mailing list