[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r22384: {website} add the tomyn mirror. (website/trunk)



Author: phobos
Date: 2010-05-25 03:28:18 +0000 (Tue, 25 May 2010)
New Revision: 22384

Modified:
   website/trunk/update-mirrors.pl
Log:
add the tomyn mirror.


Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2010-05-24 21:52:57 UTC (rev 22383)
+++ website/trunk/update-mirrors.pl	2010-05-25 03:28:18 UTC (rev 22384)
@@ -863,8 +863,26 @@
             httpsDistMirror => "",
             rsyncDistMirror => "",
             hiddenServiceMirror => "",
+        },
+
+        mirror045 => {
+            adminContact => "me_ at tomyn dot com",
+            orgName => "tomyn",
+            isoCC => "UK",
+            subRegion => "",
+            region => "UK",
+            ipv4 => "True",
+            ipv6 => "False",
+            loadBalanced => "No",
+            httpWebsiteMirror => "http://tor.tomyn.com";,
+            httpsWebsiteMirror => "https://tor.tomyn.com";,
+            rsyncWebsiteMirror => "",
+            ftpWebsiteMirror => "ftp://tor.tomyn.com";,
+            httpDistMirror => "http://tor.tomyn.com/dist";,
+            httpsDistMirror => "https://tor.tomyn.com/dist";,
+            rsyncDistMirror => "",
+            hiddenServiceMirror => "",
         }
-
 );
 
 my $count = values %m;