add https://www.coevoet.nl/tor/dist mirror.
Andrew Lewman

Andrew Lewman commited on 2011-09-07 04:57:42
Zeige 1 geänderte Dateien mit 17 Einfügungen und 0 Löschungen.

... ...
@@ -606,6 +606,23 @@ my %m = (
606 606
             rsyncDistMirror => "",
607 607
             hiddenServiceMirror => "",
608 608
         }
609
+        mirror036 => {
610
+            adminContact => "",
611
+            orgName => "",
612
+            isoCC => "NL",
613
+            subRegion => "",
614
+            region => "NL",
615
+            ipv4 => "True",
616
+            ipv6 => "False",
617
+            loadBalanced => "No",
618
+            httpWebsiteMirror => "",
619
+            httpsWebsiteMirror => "",
620
+            rsyncWebsiteMirror => "",
621
+            ftpWebsiteMirror => "",
622
+            httpDistMirror => "",
623
+            httpsDistMirror => "https://www.coevoet.nl/tor/dist",
624
+            rsyncDistMirror => "",
625
+            hiddenServiceMirror => "",
609 626
 );
610 627
 
611 628
 my $count = values %m;
612 629