[tor-commits] r25032: {website} add the crypto.is mirror.	(website/trunk)
    Andrew Lewman 
    andrew at torproject.org
       
    Wed Sep  7 03:00:39 UTC 2011
    
    
  
Author: phobos
Date: 2011-09-07 03:00:38 +0000 (Wed, 07 Sep 2011)
New Revision: 25032
Modified:
   website/trunk/update-mirrors.pl
Log:
add the crypto.is mirror.
Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2011-09-07 02:57:42 UTC (rev 25031)
+++ website/trunk/update-mirrors.pl	2011-09-07 03:00:38 UTC (rev 25032)
@@ -623,6 +623,25 @@
             httpsDistMirror => "https://www.coevoet.nl/tor/dist",
             rsyncDistMirror => "",
             hiddenServiceMirror => "",
+      }
+        mirror037 => {
+            adminContact => "",
+            orgName => "",
+            isoCC => "IS",
+            subRegion => "",
+            region => "IS",
+            ipv4 => "True",
+            ipv6 => "False",
+            loadBalanced => "No",
+            httpWebsiteMirror => "https://torproject.crypto.is",
+            httpsWebsiteMirror => "",
+            rsyncWebsiteMirror => "",
+            ftpWebsiteMirror => "",
+            httpDistMirror => "https://torproject.crypto.is/dist",
+            httpsDistMirror => "",
+            rsyncDistMirror => "",
+            hiddenServiceMirror => "",
+      }
 );
 
 my $count = values %m;
    
    
More information about the tor-commits
mailing list