patch from asn

This commit is contained in:
Roger Dingledine 2013-03-24 21:56:14 +00:00
parent 5ef3bf6671
commit 722310c73b

View File

@ -20,6 +20,9 @@
</div>
<!-- END SIDEBAR -->
<img src="$(IMGROOT)/obfsproxy_diagram.png" alt="obfsproxy diagram"></a>
</p>
<p>
obfsproxy is a tool that attempts to circumvent censorship, by
transforming the Tor traffic between the client and the
@ -27,14 +30,14 @@
client and the bridge, will see innocent-looking transformed
traffic instead of the actual Tor traffic.
<img src="$(IMGROOT)/obfsproxy_diagram.png" alt="obfsproxy diagram"></a>
</p>
<p>
obfsproxy supports multiple protocols, called <a href="<page docs/pluggable-transports>">pluggable
transports</a>, which specify how the traffic is transformed. For
example, there might be a HTTP transport which transforms Tor
traffic to look like regular HTTP traffic.
obfsproxy supports multiple protocols, called <a href="<page
docs/pluggable-transports>">pluggable transports</a>, which
specify how the traffic is transformed. For example, there might
be a HTTP transport which transforms Tor traffic to look like
regular HTTP traffic. See the <a href="<page
docs/pluggable-transports>">pluggable transports page</a> for more
information.
</p>
<p>