add a new mirror
Andrew Lewman

Andrew Lewman commited on 2010-09-25 06:45:23
Zeige 1 geänderte Dateien mit 19 Einfügungen und 0 Löschungen.

... ...
@@ -570,6 +570,25 @@ my %m = (
570 570
             rsyncDistMirror => "",
571 571
             hiddenServiceMirror => "",
572 572
         }
573
+
574
+        mirror028 => {
575
+            adminContact => "gouki",
576
+            orgName => "gouki",
577
+            isoCC => "PT",
578
+            subRegion => "",
579
+            region => "PT",
580
+            ipv4 => "True",
581
+            ipv6 => "False",
582
+            loadBalanced => "No",
583
+            httpWebsiteMirror => "http://tor-www.5coluna.com",
584
+            httpsWebsiteMirror => "https://tor-www.5coluna.com",
585
+            rsyncWebsiteMirror => "",
586
+            ftpWebsiteMirror => "",
587
+            httpDistMirror => "http://tor-www.5coluna.com/dist/",
588
+            httpsDistMirror => "https://tor-www.5coluna.com/dist/",
589
+            rsyncDistMirror => "",
590
+            hiddenServiceMirror => "",
591
+        }
573 592
 );
574 593
 
575 594
 my $count = values %m;
576 595