summaryrefslogtreecommitdiff
path: root/obfs4proxy/proxy_extras.go
AgeCommit message (Collapse)Author
2014-06-25Change the import paths to point to the tp.o repository.Yawning Angel
2014-05-25Move the SOCKS4 code off into it's own little getto.Yawning Angel
Part of issue #7.
2014-05-25Add support for SOCKS4.Yawning Angel
Despite the unfortunate scheme name, this really is SOCKS4, and not 4a, as the torrc Socks4Proxy option only supports addresses and not FQDNs. Part of issue #7.
2014-05-25Wire in go.net/proxy, enabling SOCKS5 via TOR_PT_PROXY.Yawning Angel
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.