Andrew Lewman commited on 2010-05-25 05:28:18
Zeige 1 geänderte Dateien mit 19 Einfügungen und 1 Löschungen.
... | ... |
@@ -863,8 +863,26 @@ my %m = ( |
863 | 863 |
httpsDistMirror => "", |
864 | 864 |
rsyncDistMirror => "", |
865 | 865 |
hiddenServiceMirror => "", |
866 |
- } |
|
866 |
+ }, |
|
867 | 867 |
|
868 |
+ mirror045 => { |
|
869 |
+ adminContact => "me_ at tomyn dot com", |
|
870 |
+ orgName => "tomyn", |
|
871 |
+ isoCC => "UK", |
|
872 |
+ subRegion => "", |
|
873 |
+ region => "UK", |
|
874 |
+ ipv4 => "True", |
|
875 |
+ ipv6 => "False", |
|
876 |
+ loadBalanced => "No", |
|
877 |
+ httpWebsiteMirror => "http://tor.tomyn.com", |
|
878 |
+ httpsWebsiteMirror => "https://tor.tomyn.com", |
|
879 |
+ rsyncWebsiteMirror => "", |
|
880 |
+ ftpWebsiteMirror => "ftp://tor.tomyn.com", |
|
881 |
+ httpDistMirror => "http://tor.tomyn.com/dist", |
|
882 |
+ httpsDistMirror => "https://tor.tomyn.com/dist", |
|
883 |
+ rsyncDistMirror => "", |
|
884 |
+ hiddenServiceMirror => "", |
|
885 |
+ } |
|
868 | 886 |
); |
869 | 887 |
|
870 | 888 |
my $count = values %m; |
871 | 889 |