Andrew Lewman commited on 2011-01-01 02:51:42
Zeige 1 geänderte Dateien mit 18 Einfügungen und 0 Löschungen.
... | ... |
@@ -587,6 +587,24 @@ my %m = ( |
587 | 587 |
httpsDistMirror => "", |
588 | 588 |
rsyncDistMirror => "", |
589 | 589 |
hiddenServiceMirror => "", |
590 |
+ }, |
|
591 |
+ mirror030 => { |
|
592 |
+ adminContact => "", |
|
593 |
+ orgName => "LazyTiger", |
|
594 |
+ isoCC => "FR", |
|
595 |
+ subRegion => "", |
|
596 |
+ region => "FR", |
|
597 |
+ ipv4 => "True", |
|
598 |
+ ipv6 => "False", |
|
599 |
+ loadBalanced => "No", |
|
600 |
+ httpWebsiteMirror => "http://tor.taiga-san.net/", |
|
601 |
+ httpsWebsiteMirror => "", |
|
602 |
+ rsyncWebsiteMirror => "", |
|
603 |
+ ftpWebsiteMirror => "", |
|
604 |
+ httpDistMirror => "http://tor.taiga-san.net/dist", |
|
605 |
+ httpsDistMirror => "", |
|
606 |
+ rsyncDistMirror => "", |
|
607 |
+ hiddenServiceMirror => "", |
|
590 | 608 |
} |
591 | 609 |
); |
592 | 610 |
|
593 | 611 |