crypton-socks
SOCKS Protocol Version 5
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.
- base >=3 && <5
- bytestring
- cereal >=0.3.1
- network >=2.6
- 0.6.2
- 0.6.1