Jon@svn.torproject.org commited on 2009-10-01 05:14:56
Zeige 1 geänderte Dateien mit 21 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -858,6 +858,27 @@ mirror040 => {
|
| 858 | 858 |
hiddenServiceMirror => "", |
| 859 | 859 |
updateDate => "Unknown", |
| 860 | 860 |
}, |
| 861 |
+ |
|
| 862 |
+mirror041 => {
|
|
| 863 |
+ adminContact => " ", |
|
| 864 |
+ orgName => " ", |
|
| 865 |
+ isoCC => " ", |
|
| 866 |
+ subRegion => "", |
|
| 867 |
+ region => "DE", |
|
| 868 |
+ ipv4 => "True", |
|
| 869 |
+ ipv6 => "False", |
|
| 870 |
+ loadBalanced => "No", |
|
| 871 |
+ httpWebsiteMirror => "http://tor.beme-it.de/", |
|
| 872 |
+ httpsWebsiteMirror => "https://tor.beme-it.de/", |
|
| 873 |
+ rsyncWebsiteMirror => "", |
|
| 874 |
+ ftpWebsiteMirror => "", |
|
| 875 |
+ httpDistMirror => "http://tor.beme-it.de/dist/", |
|
| 876 |
+ httpsDistMirror => "https://tor.beme-it.de/dist/", |
|
| 877 |
+ rsyncDistMirror => "", |
|
| 878 |
+ hiddenServiceMirror => "", |
|
| 879 |
+ updateDate => "Unknown", |
|
| 880 |
+ }, |
|
| 881 |
+ |
|
| 861 | 882 |
); |
| 862 | 883 |
|
| 863 | 884 |
my $count = values %m; |
| 864 | 885 |