Andrew Lewman commited on 2009-05-07 08:55:34
Zeige 1 geänderte Dateien mit 39 Einfügungen und 0 Löschungen.
... | ... |
@@ -613,7 +613,46 @@ my %m = ( |
613 | 613 |
rsyncDistMirror => "", |
614 | 614 |
hiddenServiceMirror => "", |
615 | 615 |
updateDate => "Unknown", |
616 |
+ }, |
|
617 |
+ mirror031 => { |
|
618 |
+ adminContact => "", |
|
619 |
+ orgName => "Ask Apache", |
|
620 |
+ isoCC => "US", |
|
621 |
+ subRegion => "California", |
|
622 |
+ region => "US", |
|
623 |
+ ipv4 => "True", |
|
624 |
+ ipv6 => "False", |
|
625 |
+ loadBalanced => "No", |
|
626 |
+ httpWebsiteMirror => "http://tor.askapache.com/", |
|
627 |
+ httpsWebsiteMirror => "", |
|
628 |
+ rsyncWebsiteMirror => "", |
|
629 |
+ ftpWebsiteMirror => "", |
|
630 |
+ httpDistMirror => "http://tor.askapache.com/dist/", |
|
631 |
+ httpsDistMirror => "", |
|
632 |
+ rsyncDistMirror => "", |
|
633 |
+ hiddenServiceMirror => "", |
|
634 |
+ updateDate => "Unknown", |
|
616 | 635 |
} |
636 |
+ mirror032 => { |
|
637 |
+ adminContact => "", |
|
638 |
+ orgName => "I'm on the roof", |
|
639 |
+ isoCC => "US", |
|
640 |
+ subRegion => "", |
|
641 |
+ region => "US", |
|
642 |
+ ipv4 => "True", |
|
643 |
+ ipv6 => "False", |
|
644 |
+ loadBalanced => "No", |
|
645 |
+ httpWebsiteMirror => "http://mirror.imontheroof.com/tor-mirror/", |
|
646 |
+ httpsWebsiteMirror => "", |
|
647 |
+ rsyncWebsiteMirror => "", |
|
648 |
+ ftpWebsiteMirror => "", |
|
649 |
+ httpDistMirror => "http://mirror.imontheroof.com/tor-mirror/dist/", |
|
650 |
+ httpsDistMirror => "", |
|
651 |
+ rsyncDistMirror => "", |
|
652 |
+ hiddenServiceMirror => "", |
|
653 |
+ updateDate => "Unknown", |
|
654 |
+ } |
|
655 |
+); |
|
617 | 656 |
); |
618 | 657 |
|
619 | 658 |
my $count = values %m; |
620 | 659 |