summaryrefslogtreecommitdiff
path: root/obfs4proxy/proxy_socks4.go
AgeCommit message (Collapse)Author
2014-05-25Add support for HTTP CONNECT proxies.Yawning Angel
Joining a SOCKS dialer on the list of things the Golang runtime really should have is a HTTP CONNECT dialer. There's a full fledged HTTP client and server there, but not this. Why? Who knows. This fixes issue #7.
2014-05-25Move the SOCKS4 code off into it's own little getto.Yawning Angel
Part of issue #7.