[or-cvs] r24184: {website} Add the searchprivate mirror. (website/trunk)

Andrew Lewman andrew at torproject.org
Sun Feb 6 01:45:55 UTC 2011


Author: phobos
Date: 2011-02-06 01:45:54 +0000 (Sun, 06 Feb 2011)
New Revision: 24184

Modified:
   website/trunk/update-mirrors.pl
Log:
Add the searchprivate mirror.


Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2011-02-05 06:11:26 UTC (rev 24183)
+++ website/trunk/update-mirrors.pl	2011-02-06 01:45:54 UTC (rev 24184)
@@ -605,6 +605,24 @@
             httpsDistMirror => "",
             rsyncDistMirror => "",
             hiddenServiceMirror => "",
+        },
+        mirror031 => {
+            adminContact => "",
+            orgName => "searchprivate",
+            isoCC => "US",
+            subRegion => "TX",
+            region => "US",
+            ipv4 => "True",
+            ipv6 => "False",
+            loadBalanced => "No",
+            httpWebsiteMirror => "http://tor.searchprivate.com",
+            httpsWebsiteMirror => "",
+            rsyncWebsiteMirror => "",
+            ftpWebsiteMirror => "",
+            httpDistMirror => "http://tor.searchprivate.com/dist",
+            httpsDistMirror => "",
+            rsyncDistMirror => "",
+            hiddenServiceMirror => "",
         }
 );
 



More information about the tor-commits mailing list