slackbuilds/perl/perl-IO-Socket-Socks
Andreas Guldstrand e26d8c261f perl/perl-IO-Socket-Socks: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-02-03 04:33:21 +07:00
..
README perl/perl-IO-Socket-Socks: Added (perl module). 2017-02-03 04:33:21 +07:00
perl-IO-Socket-Socks.SlackBuild perl/perl-IO-Socket-Socks: Added (perl module). 2017-02-03 04:33:21 +07:00
perl-IO-Socket-Socks.info perl/perl-IO-Socket-Socks: Added (perl module). 2017-02-03 04:33:21 +07:00
slack-desc perl/perl-IO-Socket-Socks: Added (perl module). 2017-02-03 04:33:21 +07:00

README

perl-IO-Socket-Socks Provides a way to create socks client or server.

IO::Socket::Socks connects to a SOCKS proxy, and tells it to open a
connection to a remote host/port when the object is created. The object
you receive can be used directly as a socket (with IO::Socket
interface) for sending and receiving data from the remote host. In
addition to creating a socks client this module can also be used to
create socks server.