Add the searchprivate mirror.
Andrew Lewman

Andrew Lewman commited on 2011-02-06 02:45:54
Zeige 1 geänderte Dateien mit 18 Einfügungen und 0 Löschungen.

... ...
@@ -605,6 +605,24 @@ my %m = (
605 605
             httpsDistMirror => "",
606 606
             rsyncDistMirror => "",
607 607
             hiddenServiceMirror => "",
608
+        },
609
+        mirror031 => {
610
+            adminContact => "",
611
+            orgName => "searchprivate",
612
+            isoCC => "US",
613
+            subRegion => "TX",
614
+            region => "US",
615
+            ipv4 => "True",
616
+            ipv6 => "False",
617
+            loadBalanced => "No",
618
+            httpWebsiteMirror => "http://tor.searchprivate.com",
619
+            httpsWebsiteMirror => "",
620
+            rsyncWebsiteMirror => "",
621
+            ftpWebsiteMirror => "",
622
+            httpDistMirror => "http://tor.searchprivate.com/dist",
623
+            httpsDistMirror => "",
624
+            rsyncDistMirror => "",
625
+            hiddenServiceMirror => "",
608 626
         }
609 627
 );
610 628
 
611 629