Andrew Lewman commited on 2012-07-28 03:06:05
Zeige 2 geänderte Dateien mit 47 Einfügungen und 12 Löschungen.
... | ... |
@@ -256,36 +256,36 @@ |
256 | 256 |
|
257 | 257 |
<tr> |
258 | 258 |
|
259 |
- <td>LT</td> |
|
259 |
+ <td>DE</td> |
|
260 | 260 |
|
261 | 261 |
<td></td> |
262 | 262 |
|
263 | 263 |
<td>Up to date</td> |
264 | 264 |
|
265 | 265 |
<td> - </td> |
266 |
- <td><a href="http://tor.vesta.nu/dist/">http</a></td> |
|
267 |
- <td><a href="http://tor.vesta.nu/">http</a></td> |
|
268 |
- <td> - </td> |
|
269 |
- <td> - </td> |
|
270 |
- <td> - </td> |
|
266 |
+ <td><a href="http://torproject.cryptowars.info/dist/">http</a></td> |
|
267 |
+ <td><a href="http://torproject.cryptowars.info/">http</a></td> |
|
268 |
+ <td><a href="https://torproject.cryptowars.info/dist/">https</a></td> |
|
269 |
+ <td><a href="https://torproject.cryptowars.info/">https</a></td> |
|
271 | 270 |
<td> - </td> |
271 |
+ <td><a href="rsync://torproject.cryptowars.info/">rsync</a></td> |
|
272 | 272 |
</tr> |
273 | 273 |
|
274 | 274 |
<tr> |
275 | 275 |
|
276 |
- <td>DE</td> |
|
276 |
+ <td>US</td> |
|
277 | 277 |
|
278 | 278 |
<td></td> |
279 | 279 |
|
280 | 280 |
<td>Up to date</td> |
281 | 281 |
|
282 | 282 |
<td> - </td> |
283 |
- <td><a href="http://torproject.cryptowars.info/dist/">http</a></td> |
|
284 |
- <td><a href="http://torproject.cryptowars.info/">http</a></td> |
|
285 |
- <td><a href="https://torproject.cryptowars.info/dist/">https</a></td> |
|
286 |
- <td><a href="https://torproject.cryptowars.info/">https</a></td> |
|
283 |
+ <td><a href="http://tor.hardkor.info/dist/">http</a></td> |
|
284 |
+ <td><a href="http://tor.hardkor.info/">http</a></td> |
|
285 |
+ <td> - </td> |
|
286 |
+ <td> - </td> |
|
287 |
+ <td> - </td> |
|
287 | 288 |
<td> - </td> |
288 |
- <td><a href="rsync://torproject.cryptowars.info/">rsync</a></td> |
|
289 | 289 |
</tr> |
290 | 290 |
|
291 | 291 |
<tr> |
... | ... |
@@ -696,6 +696,23 @@ |
696 | 696 |
<td> - </td> |
697 | 697 |
</tr> |
698 | 698 |
|
699 |
+<tr> |
|
700 |
+ |
|
701 |
+ <td>LT</td> |
|
702 |
+ |
|
703 |
+ <td></td> |
|
704 |
+ |
|
705 |
+ <td>Out of date</td> |
|
706 |
+ |
|
707 |
+ <td> - </td> |
|
708 |
+ <td><a href="http://tor.vesta.nu/dist/">http</a></td> |
|
709 |
+ <td><a href="http://tor.vesta.nu/">http</a></td> |
|
710 |
+ <td> - </td> |
|
711 |
+ <td> - </td> |
|
712 |
+ <td> - </td> |
|
713 |
+ <td> - </td> |
|
714 |
+</tr> |
|
715 |
+ |
|
699 | 716 |
<tr> |
700 | 717 |
|
701 | 718 |
<td>DE</td> |
... | ... |
@@ -998,6 +998,24 @@ my %m = ( |
998 | 998 |
httpsDistMirror => "https://tor.mirrors.samwhited.com/dist/", |
999 | 999 |
rsyncDistMirror => "rsync://tor.mirrors.samwhited.com/dist", |
1000 | 1000 |
hiddenServiceMirror => "", |
1001 |
+ }, |
|
1002 |
+ mirror068 => { |
|
1003 |
+ adminContact => "", |
|
1004 |
+ orgName => "", |
|
1005 |
+ isoCC => "US", |
|
1006 |
+ subRegion => "", |
|
1007 |
+ region => "US", |
|
1008 |
+ ipv4 => "True", |
|
1009 |
+ ipv6 => "False", |
|
1010 |
+ loadBalanced => "No", |
|
1011 |
+ httpWebsiteMirror => "http://tor.hardkor.info/", |
|
1012 |
+ httpsWebsiteMirror => "", |
|
1013 |
+ rsyncWebsiteMirror => "", |
|
1014 |
+ ftpWebsiteMirror => "", |
|
1015 |
+ httpDistMirror => "http://tor.hardkor.info/dist/", |
|
1016 |
+ httpsDistMirror => "", |
|
1017 |
+ rsyncDistMirror => "", |
|
1018 |
+ hiddenServiceMirror => "", |
|
1001 | 1019 |
} |
1002 | 1020 |
); |
1003 | 1021 |
|
1004 | 1022 |