Andrew Lewman commited on 2010-08-07 23:04:12
Zeige 1 geänderte Dateien mit 22 Einfügungen und 0 Löschungen.
... | ... |
@@ -82,6 +82,28 @@ sub FetchDate { |
82 | 82 |
# Add new mirrors to the bottom! |
83 | 83 |
my %m = ( |
84 | 84 |
|
85 |
+ |
|
86 |
+ mirror000 => { |
|
87 |
+ adminContact => "coralcdn.org", |
|
88 |
+ orgName => "CoralCDN", |
|
89 |
+ isoCC => "INT", |
|
90 |
+ subRegion => "", |
|
91 |
+ region => "INT", |
|
92 |
+ ipv4 => "True", |
|
93 |
+ ipv6 => "False", |
|
94 |
+ loadBalanced => "Yes", |
|
95 |
+ httpWebsiteMirror => "http://www.torproject.org.nyud.net/", |
|
96 |
+ httpsWebsiteMirror => "", |
|
97 |
+ rsyncWebsiteMirror => "", |
|
98 |
+ ftpWebsiteMirror => "", |
|
99 |
+ httpDistMirror => "http://www.torproject.org.nyud.net/dist/", |
|
100 |
+ httpsDistMirror => "", |
|
101 |
+ rsyncDistMirror => "", |
|
102 |
+ hiddenServiceMirror => "", |
|
103 |
+ updateDate => "Unknown", |
|
104 |
+ |
|
105 |
+ }, |
|
106 |
+ |
|
85 | 107 |
mirror001 => { |
86 | 108 |
adminContact => "BarkerJr AT barkerjr DOT net", |
87 | 109 |
orgName => "BarkerJr", |
88 | 110 |