summaryrefslogtreecommitdiffstats
path: root/perl/perl-IO-Socket-Socks/README
diff options
context:
space:
mode:
author Andreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-02 02:19:33 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 04:33:21 +0700
commite26d8c261ff3ff99d5b26a27e47b0827b0a55265 (patch)
tree79a5fa51e4e72bd2010ac12d9fc9c43562f70dd5 /perl/perl-IO-Socket-Socks/README
parent9e99d4d3d9b73257923998c184e562cb96cb712a (diff)
downloadslackbuilds-e26d8c261ff3ff99d5b26a27e47b0827b0a55265.tar.gz
slackbuilds-e26d8c261ff3ff99d5b26a27e47b0827b0a55265.tar.xz
perl/perl-IO-Socket-Socks: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-IO-Socket-Socks/README')
-rw-r--r--perl/perl-IO-Socket-Socks/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-IO-Socket-Socks/README b/perl/perl-IO-Socket-Socks/README
new file mode 100644
index 0000000000..bf9b9c7a61
--- /dev/null
+++ b/perl/perl-IO-Socket-Socks/README
@@ -0,0 +1,8 @@
+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.