SlackBuildsOrg/perl/perl-IO-Socket-Socks
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
perl-IO-Socket-Socks.info
perl-IO-Socket-Socks.SlackBuild
README
slack-desc

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.