Description
SOCKS Protocol Version 5
Description
A library implementing SOCKS Protocol Version 5.
README.md
crypton-socks
Originally forked from socks-0.6.1.
Haskell library implementing the SOCKS Protocol Version 5.
Usage
See example/Example.hs for really simple and straighforward examples. The main API of the library is three functions:
socksConnectWithSocketwhich connects to aSocksAddressspecifying aSocksHostAddress(SocksAddrIPV4,SocksAddrDomainNameorSocksAddrIPV6). The name resolution is done on the client side.socksConnectconnects a new socket to a SOCKS server, withsocksConnectWithSocket.socksConnectNamewhich connects to a fully qualified domain name (FQDN) (for example,www.example.com). The name resolution is done by the proxy server.
History
The socks package was originated and then maintained by Vincent Hanquez. For published reasons, he does not intend to develop the package further after version 0.6.1 but he also does not want to introduce other maintainers.