[tor-bugs] #8979 [pyobfsproxy]: obfsproxy: Use server-side transport parameters

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Sep 14 13:07:57 UTC 2013


#8979: obfsproxy: Use server-side transport parameters
-----------------------------+-----------------
     Reporter:  asn          |      Owner:  asn
         Type:  task         |     Status:  new
     Priority:  normal       |  Milestone:
    Component:  pyobfsproxy  |    Version:
   Resolution:               |   Keywords:
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+-----------------

Comment (by asn):

 OK. Pushed initial branches for this feature.

 For pyptlib, please check branch `bug8979` in
 `https://git.torproject.org/user/asn/pyptlib.git`.
 For obfsproxy, please check branch `bug8979_draft` in
 `https://git.torproject.org/user/asn/obfsproxy.git`.

 A typical bridge torrc configuration would look like this:
 {{{
 ServerTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --log-min-
 severity=debug --log-file=/home/user/serverobfs.log managed
 ServerTransportOptions obfs2 shared-secret=banana
 }}}

 A typical client torrc configuration is:
 {{{
 Bridge obfs2 127.0.0.1:38073 shared-secret=banana
 ClientTransportPlugin obfs2 exec /usr/local/bin/obfsproxy --log-min-
 severity=debug --log-file=/home/user/clientobfs.log managed
 }}}

 Please test and enjoy responsibly.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8979#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list