Skip to content
Snippets Groups Projects
  • Yawning Angel's avatar
    92494597
    Wire in go.net/proxy, enabling SOCKS5 via TOR_PT_PROXY. · 92494597
    Yawning Angel authored
    With tor patched to support 8402, obfs4 bootstraps via a SOCKSv5 proxy
    now.  Other schemes will bail with a PROXY-ERROR, as the go.net/proxy
    package does not support them, and I have not gotten around to writing
    dialers for them yet (next on my TODO list).
    
    Part of issue #7.
    92494597
    History
    Wire in go.net/proxy, enabling SOCKS5 via TOR_PT_PROXY.
    Yawning Angel authored
    With tor patched to support 8402, obfs4 bootstraps via a SOCKSv5 proxy
    now.  Other schemes will bail with a PROXY-ERROR, as the go.net/proxy
    package does not support them, and I have not gotten around to writing
    dialers for them yet (next on my TODO list).
    
    Part of issue #7.