Andrew Lewman commited on 2010-05-16 05:27:45
Zeige 1 geänderte Dateien mit 19 Einfügungen und 0 Löschungen.
... | ... |
@@ -846,6 +846,25 @@ my %m = ( |
846 | 846 |
hiddenServiceMirror => "", |
847 | 847 |
} |
848 | 848 |
|
849 |
+ mirror044 => { |
|
850 |
+ adminContact => "margus.random at mail.ee", |
|
851 |
+ orgName => "CyberSIDE", |
|
852 |
+ isoCC => "#E", |
|
853 |
+ subRegion => "", |
|
854 |
+ region => "EE", |
|
855 |
+ ipv4 => "True", |
|
856 |
+ ipv6 => "False", |
|
857 |
+ loadBalanced => "No", |
|
858 |
+ httpWebsiteMirror => "http://cyberside.planet.ee/tor/", |
|
859 |
+ httpsWebsiteMirror => "", |
|
860 |
+ rsyncWebsiteMirror => "", |
|
861 |
+ ftpWebsiteMirror => "", |
|
862 |
+ httpDistMirror => "http://freedos.pri.ee/tor/", |
|
863 |
+ httpsDistMirror => "", |
|
864 |
+ rsyncDistMirror => "", |
|
865 |
+ hiddenServiceMirror => "", |
|
866 |
+ } |
|
867 |
+ |
|
849 | 868 |
); |
850 | 869 |
|
851 | 870 |
my $count = values %m; |
852 | 871 |