add obfsproxy as a project

This commit is contained in:
Roger Dingledine 2012-02-13 16:56:58 +00:00
parent 1f52c36cb3
commit c28b667f8d
2 changed files with 10 additions and 1 deletions

View File

@ -81,6 +81,12 @@ cloud. By setting up a bridge, you donate bandwidth to the Tor network and
help improve the safety and speed at which users can access the Internet.
Get started with <a href="https://cloud.torproject.org">Tor Cloud</a>.</p>
</td>
<td>
<div class="name"><a href="<page projects/obfsproxy>">Obfsproxy</a></div>
<p>Obfsproxy is a pluggable transports proxy written in C. It shapes
Tor traffic, making it harder for censors to detect and block the Tor
protocol.</p>
</td>
</tr>
#<td class="beige">

View File

@ -49,9 +49,12 @@
},
{'url' => 'https://metrics.torproject.org/',
'txt' => 'Metrics Portal',
}
},
{'url' => 'https://cloud.torproject.org/',
'txt' => 'Tor Cloud',
},
{'url' => 'projects/obfsproxy',
'txt' => 'Obfsproxy',
}
]
}];