add the crypto.is mirror.
Andrew Lewman

Andrew Lewman commited on 2011-09-07 05:00:38
Zeige 1 geänderte Dateien mit 19 Einfügungen und 0 Löschungen.

... ...
@@ -623,6 +623,25 @@ my %m = (
623 623
             httpsDistMirror => "https://www.coevoet.nl/tor/dist",
624 624
             rsyncDistMirror => "",
625 625
             hiddenServiceMirror => "",
626
+      }
627
+        mirror037 => {
628
+            adminContact => "",
629
+            orgName => "",
630
+            isoCC => "IS",
631
+            subRegion => "",
632
+            region => "IS",
633
+            ipv4 => "True",
634
+            ipv6 => "False",
635
+            loadBalanced => "No",
636
+            httpWebsiteMirror => "https://torproject.crypto.is",
637
+            httpsWebsiteMirror => "",
638
+            rsyncWebsiteMirror => "",
639
+            ftpWebsiteMirror => "",
640
+            httpDistMirror => "https://torproject.crypto.is/dist",
641
+            httpsDistMirror => "",
642
+            rsyncDistMirror => "",
643
+            hiddenServiceMirror => "",
644
+      }
626 645
 );
627 646
 
628 647
 my $count = values %m;
629 648