Roger Dingledine commited on 2012-02-13 17:56:58
Zeige 2 geänderte Dateien mit 10 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -81,6 +81,12 @@ cloud. By setting up a bridge, you donate bandwidth to the Tor network and |
| 81 | 81 |
help improve the safety and speed at which users can access the Internet. |
| 82 | 82 |
Get started with <a href="https://cloud.torproject.org">Tor Cloud</a>.</p> |
| 83 | 83 |
</td> |
| 84 |
+<td> |
|
| 85 |
+<div class="name"><a href="<page projects/obfsproxy>">Obfsproxy</a></div> |
|
| 86 |
+<p>Obfsproxy is a pluggable transports proxy written in C. It shapes |
|
| 87 |
+Tor traffic, making it harder for censors to detect and block the Tor |
|
| 88 |
+protocol.</p> |
|
| 89 |
+</td> |
|
| 84 | 90 |
</tr> |
| 85 | 91 |
|
| 86 | 92 |
#<td class="beige"> |
| ... | ... |
@@ -49,9 +49,12 @@ |
| 49 | 49 |
}, |
| 50 | 50 |
{'url' => 'https://metrics.torproject.org/',
|
| 51 | 51 |
'txt' => 'Metrics Portal', |
| 52 |
- } |
|
| 52 |
+ }, |
|
| 53 | 53 |
{'url' => 'https://cloud.torproject.org/',
|
| 54 | 54 |
'txt' => 'Tor Cloud', |
| 55 |
+ }, |
|
| 56 |
+ {'url' => 'projects/obfsproxy',
|
|
| 57 |
+ 'txt' => 'Obfsproxy', |
|
| 55 | 58 |
} |
| 56 | 59 |
] |
| 57 | 60 |
}]; |
| 58 | 61 |