[tor-commits] r26287: {website} add new mirror in APNIC territory (website/trunk)
Andrew Lewman
andrew at torproject.org
Wed Aug 7 12:33:24 UTC 2013
Author: phobos
Date: 2013-08-07 12:33:23 +0000 (Wed, 07 Aug 2013)
New Revision: 26287
Modified:
website/trunk/update-mirrors.pl
Log:
add new mirror in APNIC territory
Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl 2013-08-05 21:58:46 UTC (rev 26286)
+++ website/trunk/update-mirrors.pl 2013-08-07 12:33:23 UTC (rev 26287)
@@ -1235,7 +1235,26 @@
httpsDistMirror => "",
rsyncDistMirror => "",
hiddenServiceMirror => ""
+ },
+ mirror099 => {
+ adminContact => "paul at coffswifi.net",
+ orgName => "CoffsWiFi",
+ isoCC => "AU",
+ subRegion => "Australia and New Zealand",
+ region => "APNIC",
+ ipv4 => "True",
+ ipv6 => "False",
+ loadBalanced => "No",
+ httpWebsiteMirror => "http://torproject.coffswifi.net",
+ httpsWebsiteMirror => "",
+ rsyncWebsiteMirror => "",
+ ftpWebsiteMirror => "",
+ httpDistMirror => "http://torproject.coffswifi.net/dist",
+ httpsDistMirror => "",
+ rsyncDistMirror => "",
+ hiddenServiceMirror => ""
}
+
);
my $count = values %m;
More information about the tor-commits
mailing list