[tor-commits] r26004: {website} add a new mirror. (website/trunk)

Andrew Lewman andrew at torproject.org
Tue Jan 15 01:52:01 UTC 2013


Author: phobos
Date: 2013-01-15 01:52:01 +0000 (Tue, 15 Jan 2013)
New Revision: 26004

Modified:
   website/trunk/update-mirrors.pl
Log:
add a new mirror.


Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2013-01-15 01:51:49 UTC (rev 26003)
+++ website/trunk/update-mirrors.pl	2013-01-15 01:52:01 UTC (rev 26004)
@@ -1196,6 +1196,24 @@
             httpsDistMirror => "",
             rsyncDistMirror => "",
             hiddenServiceMirror => "",
+    },.
+        mirror084 => {
+            adminContact => "",
+            orgName => "",
+            isoCC => "DE",
+            subRegion => "",
+            region => "DE",
+            ipv4 => "True",
+            ipv6 => "True",
+            loadBalanced => "No",
+            httpWebsiteMirror => "http://tor.heikorichter.name/",
+            httpsWebsiteMirror => "",
+            rsyncWebsiteMirror => "rsync://ftp.heikorichter.name/tor",
+            ftpWebsiteMirror => "",
+            httpDistMirror => "http://tor.heikorichter.name//dist/",
+            httpsDistMirror => "",
+            rsyncDistMirror => "rsync://ftp.heikorichter.name/tordist",
+            hiddenServiceMirror => "",
     }
 );
 



More information about the tor-commits mailing list