Jon@svn.torproject.org commited on 2009-07-03 01:31:54
Zeige 1 geänderte Dateien mit 21 Einfügungen und 22 Löschungen.
... | ... |
@@ -478,6 +478,26 @@ my %m = ( |
478 | 478 |
updateDate => "Unknown", |
479 | 479 |
}, |
480 | 480 |
|
481 |
+ mirror024 => { |
|
482 |
+ adminContact => "scream AT nonvocalscream DOT com", |
|
483 |
+ orgName => "NVS", |
|
484 |
+ isoCC => "US", |
|
485 |
+ subRegion => "", |
|
486 |
+ region => "US", |
|
487 |
+ ipv4 => "True", |
|
488 |
+ ipv6 => "False", |
|
489 |
+ loadBalanced => "No", |
|
490 |
+ httpWebsiteMirror => "http://tor.nonvocalscream.com/", |
|
491 |
+ httpsWebsiteMirror => "https://tor.nonvocalscream.com/", |
|
492 |
+ rsyncWebsiteMirror => "", |
|
493 |
+ ftpWebsiteMirror => "", |
|
494 |
+ httpDistMirror => "http://tor.nonvocalscream.com/dist/", |
|
495 |
+ httpsDistMirror => "https://tor.nonvocalscream.com/dist/", |
|
496 |
+ rsyncDistMirror => "", |
|
497 |
+ hiddenServiceMirror => "", |
|
498 |
+ updateDate => "Unknown", |
|
499 |
+ }, |
|
500 |
+ |
|
481 | 501 |
mirror025 => { |
482 | 502 |
adminContact => "web2005a AT year2005a.wiretapped DOT net", |
483 | 503 |
orgName => "Wiretapped", |
... | ... |
@@ -793,28 +813,7 @@ my %m = ( |
793 | 813 |
rsyncDistMirror => "", |
794 | 814 |
hiddenServiceMirror => "", |
795 | 815 |
updateDate => "Unknown", |
796 |
- }, |
|
797 |
- |
|
798 |
- mirror041 => { |
|
799 |
- adminContact => "scream AT nonvocalscream DOT com", |
|
800 |
- orgName => "NVS", |
|
801 |
- isoCC => "US", |
|
802 |
- subRegion => "", |
|
803 |
- region => "US", |
|
804 |
- ipv4 => "True", |
|
805 |
- ipv6 => "False", |
|
806 |
- loadBalanced => "No", |
|
807 |
- httpWebsiteMirror => "http://tor.nonvocalscream.com/", |
|
808 |
- httpsWebsiteMirror => "https://tor.nonvocalscream.com/", |
|
809 |
- rsyncWebsiteMirror => "", |
|
810 |
- ftpWebsiteMirror => "", |
|
811 |
- httpDistMirror => "http://tor.nonvocalscream.com/dist/", |
|
812 |
- httpsDistMirror => "https://tor.nonvocalscream.com/dist/", |
|
813 |
- rsyncDistMirror => "", |
|
814 |
- hiddenServiceMirror => "", |
|
815 |
- updateDate => "Unknown", |
|
816 |
- }, |
|
817 |
- |
|
816 |
+ } |
|
818 | 817 |
|
819 | 818 |
); |
820 | 819 |
|
821 | 820 |