40bfc7e4a69ec0c3cb6474772d8038d85e49c073
Roger Dingledine add asn's first draft of ob...

Roger Dingledine authored 12 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) # Translation-Priority: 4-optional
4) 
5) #include "head.wmi" TITLE="Tor Project: obfsproxy" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
8)     <a href="<page index>">Home &raquo; </a>
9)     <a href="<page projects/projects>">Projects &raquo; </a>
10)     <a href="<page projects/obfsproxy>">obfsproxy &raquo; </a>
11)   </div>
12)   <div id="maincol">
13)     <!-- PUT CONTENT AFTER THIS TAG -->
14) 
15)     <h2>obfsproxy</h2>
16)     <div class="underline"></div>
17) 
18)     <!-- BEGIN SIDEBAR -->
19)     <div class="sidebar-left">
20)     </div>
21)     <!-- END SIDEBAR -->
22) 
Roger Dingledine patch from asn

Roger Dingledine authored 11 years ago

23)     <img src="$(IMGROOT)/obfsproxy_diagram.png" alt="obfsproxy diagram"></a>
24)     </p>
25) 
Roger Dingledine add asn's first draft of ob...

Roger Dingledine authored 12 years ago

26)     <p>
27)     obfsproxy is a tool that attempts to circumvent censorship, by
28)     transforming the Tor traffic between the client and the
29)     bridge. This way, censors, who usually monitor traffic between the
30)     client and the bridge, will see innocent-looking transformed
31)     traffic instead of the actual Tor traffic.
32) 
33)     <p>
Roger Dingledine patch from asn

Roger Dingledine authored 11 years ago

34)     obfsproxy supports multiple protocols, called <a href="<page
35)     docs/pluggable-transports>">pluggable transports</a>, which
36)     specify how the traffic is transformed. For example, there might
37)     be a HTTP transport which transforms Tor traffic to look like
38)     regular HTTP traffic. See the <a href="<page
39)     docs/pluggable-transports>">pluggable transports page</a> for more
40)     information.
Roger Dingledine add asn's first draft of ob...

Roger Dingledine authored 12 years ago

41)     </p>
42) 
43)     <p>
44)     Even though obfsproxy is a separate application, completely
45)     independent from tor, it speaks to tor using an <a
Roger Dingledine fix pt spec link from obfsp...

Roger Dingledine authored 10 years ago

46)     href="https://gitweb.torproject.org/torspec.git/blob/HEAD:/pt-spec.txt">internal
Roger Dingledine make the instructions link...

Roger Dingledine authored 12 years ago

47)     protocol</a> to minimize necessary end-user configuration.
48)     </p>
49) 
50)     <p>
51)     Please open a <a
Roger Dingledine link to the Obfsproxy compo...

Roger Dingledine authored 12 years ago

52)     href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_information&status=needs_review&status=needs_revision&status=new&status=reopened&component=Obfsproxy&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component">ticket</a>
Roger Dingledine make the instructions link...

Roger Dingledine authored 12 years ago

53)     on our bug tracker for any bugs you find or features you would
54)     like to see added in future releases.
George Kadianakis Mention obfsproxy's git rep...

George Kadianakis authored 11 years ago

55)     <br>
56)     Also feel free to look or poke at
57)     <a href="https://gitweb.torproject.org/pluggable-transports/obfsproxy.git">the source code</a>
58)     and send us back any improvements you make.
Roger Dingledine add asn's first draft of ob...

Roger Dingledine authored 12 years ago

59)     </p>
60) 
Roger Dingledine you're cooler when you're n...

Roger Dingledine authored 11 years ago

61)     <a id="morebridges"></a>
62)     <h2><a class="anchor" href="#morebridges">Looking for obfsproxy bridges?</a></h2>
George Kadianakis Add some more pluggable tra...

George Kadianakis authored 11 years ago

63)     <p>
64)     <a href="https://bridges.torproject.org/?transport=obfs2">You can use BridgeDB to get obfsproxy bridges.</a>
65)     </p>
66) 
67) 
Roger Dingledine helps to put an anchor when...

Roger Dingledine authored 12 years ago

68)     <a id="download"></a>
George Kadianakis Rename 'Obfsproxy Tor Brows...

George Kadianakis authored 10 years ago

69)     <h2><a class="anchor" href="#download">Download the Pluggable Transports Tor Browser Bundle</a></h2>
Roger Dingledine link to our windows obfspro...

Roger Dingledine authored 12 years ago

70) 
Roger Dingledine tell people not to make a m...

Roger Dingledine authored 12 years ago

71)     <p>
George Kadianakis Update TBB links from obfsp...

George Kadianakis authored 10 years ago

72)     As of Tor Browser 3.6-beta-1, obfsproxy is now included in the
73) <a
Roger Dingledine use the <page> tag to resum...

Roger Dingledine authored 10 years ago

74) href="<page projects/torbrowser>#downloads-beta">official
George Kadianakis Update TBB links from obfsp...

George Kadianakis authored 10 years ago

75) Tor Browser packages</a>.
Roger Dingledine tell people not to make a m...

Roger Dingledine authored 12 years ago

76)     </p>
77) 
Roger Dingledine make the instructions link...

Roger Dingledine authored 12 years ago

78)     <h2><a class="anchor" href="#instructions">Installation Instructions</a></h2>
Roger Dingledine add asn's first draft of ob...

Roger Dingledine authored 12 years ago

79) 
George Kadianakis Switch obfsproxy setup inst...

George Kadianakis authored 11 years ago

80)    <p>
81)    To set up an obfsproxy bridge on a Debian/Ubuntu machine, see the separate
82)    <a href="<page projects/obfsproxy-debian-instructions>#instructions">Obfsproxy Debian/Ubuntu Installation Instructions</a>
83)    page.
Roger Dingledine make the instructions link...

Roger Dingledine authored 12 years ago

84)    </p>
George Kadianakis Switch obfsproxy setup inst...

George Kadianakis authored 11 years ago

85)    <p>
86)    To set up obfsproxy from source, see the separate
87)    <a href="<page projects/obfsproxy-instructions>#instructions">Obfsproxy Installation Instructions</a>
88)    page.
89)  </p>
90)