Jon@svn.torproject.org commited on 2009-10-26 02:52:25
Zeige 1 geänderte Dateien mit 8 Einfügungen und 28 Löschungen.
... | ... |
@@ -514,20 +514,20 @@ my %m = ( |
514 | 514 |
}, |
515 | 515 |
|
516 | 516 |
mirror024 => { |
517 |
- adminContact => "scream AT nonvocalscream DOT com", |
|
518 |
- orgName => "NVS", |
|
519 |
- isoCC => "US", |
|
517 |
+ adminContact => "", |
|
518 |
+ orgName => "izaobao", |
|
519 |
+ isoCC => "CN", |
|
520 | 520 |
subRegion => "", |
521 |
- region => "US", |
|
521 |
+ region => "CN", |
|
522 | 522 |
ipv4 => "True", |
523 | 523 |
ipv6 => "False", |
524 | 524 |
loadBalanced => "No", |
525 |
- httpWebsiteMirror => "http://tor.nonvocalscream.com/", |
|
526 |
- httpsWebsiteMirror => "https://tor.nonvocalscream.com/", |
|
525 |
+ httpWebsiteMirror => "http://tor.izaobao.com/", |
|
526 |
+ httpsWebsiteMirror => "", |
|
527 | 527 |
rsyncWebsiteMirror => "", |
528 | 528 |
ftpWebsiteMirror => "", |
529 |
- httpDistMirror => "http://tor.nonvocalscream.com/dist/", |
|
530 |
- httpsDistMirror => "https://tor.nonvocalscream.com/dist/", |
|
529 |
+ httpDistMirror => "http://tor.izaobao.com/dist/", |
|
530 |
+ httpsDistMirror => "", |
|
531 | 531 |
rsyncDistMirror => "", |
532 | 532 |
hiddenServiceMirror => "", |
533 | 533 |
updateDate => "Unknown", |
... | ... |
@@ -789,26 +789,6 @@ my %m = ( |
789 | 789 |
hiddenServiceMirror => "", |
790 | 790 |
updateDate => "Unknown", |
791 | 791 |
}, |
792 |
- |
|
793 |
- mirror038 => { |
|
794 |
- adminContact => "", |
|
795 |
- orgName => "izaobao", |
|
796 |
- isoCC => "CN", |
|
797 |
- subRegion => "", |
|
798 |
- region => "CN", |
|
799 |
- ipv4 => "True", |
|
800 |
- ipv6 => "False", |
|
801 |
- loadBalanced => "No", |
|
802 |
- httpWebsiteMirror => "http://tor.izaobao.com/", |
|
803 |
- httpsWebsiteMirror => "", |
|
804 |
- rsyncWebsiteMirror => "", |
|
805 |
- ftpWebsiteMirror => "", |
|
806 |
- httpDistMirror => "http://tor.izaobao.com/dist/", |
|
807 |
- httpsDistMirror => "", |
|
808 |
- rsyncDistMirror => "", |
|
809 |
- hiddenServiceMirror => "", |
|
810 |
- updateDate => "Unknown", |
|
811 |
- }, |
|
812 | 792 |
); |
813 | 793 |
|
814 | 794 |
my $count = values %m; |
815 | 795 |