summaryrefslogtreecommitdiff
path: root/proxies/proxy_socks4/proxy_socks4.go
AgeCommit message (Collapse)Author
2016-04-03Split "proxies" into "proxy_dialers" and "modes"Robin Tarsiger
Half of the packages in there registered dialer types with golang.org/x/net/proxy, and half of them were proxying modes for the program as a whole. These are separate things, so move them into separate directories.
2016-03-31Split out proxy code into multiple different proxy packagesBrandon Wiley