add new mirror
Andrew Lewman

Andrew Lewman commited on 2010-12-31 14:52:05
Zeige 1 geänderte Dateien mit 19 Einfügungen und 0 Löschungen.

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