Andrew Lewman commited on 2011-03-26 17:03:11
Zeige 1 geänderte Dateien mit 36 Einfügungen und 0 Löschungen.
... | ... |
@@ -623,6 +623,42 @@ my %m = ( |
623 | 623 |
httpsDistMirror => "", |
624 | 624 |
rsyncDistMirror => "", |
625 | 625 |
hiddenServiceMirror => "", |
626 |
+ }, |
|
627 |
+ mirror032 => { |
|
628 |
+ adminContact => "", |
|
629 |
+ orgName => "cyberarmy", |
|
630 |
+ isoCC => "AT", |
|
631 |
+ subRegion => "", |
|
632 |
+ region => "AT", |
|
633 |
+ ipv4 => "True", |
|
634 |
+ ipv6 => "False", |
|
635 |
+ loadBalanced => "No", |
|
636 |
+ httpWebsiteMirror => "http://tor.cyberarmy.at", |
|
637 |
+ httpsWebsiteMirror => "", |
|
638 |
+ rsyncWebsiteMirror => "", |
|
639 |
+ ftpWebsiteMirror => "", |
|
640 |
+ httpDistMirror => "http://tor.cyberarmy.at/dist", |
|
641 |
+ httpsDistMirror => "", |
|
642 |
+ rsyncDistMirror => "", |
|
643 |
+ hiddenServiceMirror => "", |
|
644 |
+ }, |
|
645 |
+ mirror032 => { |
|
646 |
+ adminContact => "", |
|
647 |
+ orgName => "tor", |
|
648 |
+ isoCC => "IS", |
|
649 |
+ subRegion => "", |
|
650 |
+ region => "IS", |
|
651 |
+ ipv4 => "True", |
|
652 |
+ ipv6 => "False", |
|
653 |
+ loadBalanced => "No", |
|
654 |
+ httpWebsiteMirror => "", |
|
655 |
+ httpsWebsiteMirror => "", |
|
656 |
+ rsyncWebsiteMirror => "", |
|
657 |
+ ftpWebsiteMirror => "", |
|
658 |
+ httpDistMirror => "http://torproject.is/dist", |
|
659 |
+ httpsDistMirror => "", |
|
660 |
+ rsyncDistMirror => "", |
|
661 |
+ hiddenServiceMirror => "", |
|
626 | 662 |
} |
627 | 663 |
); |
628 | 664 |
|
629 | 665 |