[tor-bugs] #9221 [Obfsproxy]: obfsproxy does not have a SOCKS5 listener

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Mar 4 12:38:22 UTC 2014


#9221: obfsproxy does not have a SOCKS5 listener
---------------------------+------------------------------
     Reporter:  JBennett   |      Owner:  asn
         Type:  defect     |     Status:  needs_review
     Priority:  normal     |  Milestone:
    Component:  Obfsproxy  |    Version:  Obfsproxy: 0.1.4
   Resolution:             |   Keywords:
Actual Points:             |  Parent ID:
       Points:             |
---------------------------+------------------------------

Comment (by yawning):

 Apart from a minor brain fart that I fixed in my github branch:
 {{{
 -                addr = socket.inet_ntop(socket.AF_INET6, msg[4:16])
 +                addr = socket.inet_ntop(socket.AF_INET6, msg[4:20])
 }}}

 IPv6 appears to work.  Bootstrapping stalls at 20% sometimes for longer
 than I would expect even with #9229, and I have no idea why (something
 very well may be broken), but that might be an artifact of "Still haven't
 bothered to get a tunnel, use the loopback address".

 What I did on the client side in the torrc beyond pointing it at my
 patched obfsproxy:
 {{{
 Bridge obfs3 [::1]:52808
 }}}

 What I did on the bridge side:
 {{{
 ServerTransportListenAddr obfs3 [::1]:52808
 }}}

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


More information about the tor-bugs mailing list