From: ivan Date: Tue, 3 Jun 2003 12:28:23 +0000 (+0000) Subject: stunnel example usage update X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-APP.git;a=commitdiff_plain;h=7bf4c03cd3e647070f42f6e2da2a03a56f7e5f76 stunnel example usage update --- diff --git a/APP.pm b/APP.pm index 3bd2923..e22277e 100644 --- a/APP.pm +++ b/APP.pm @@ -7,7 +7,7 @@ use IO::Socket; use Net::Cmd; #use Text::CSV_XS; -$VERSION = '0.2'; # $Id: APP.pm,v 1.3 2001-11-09 21:58:40 ivan Exp $ +$VERSION = '0.2'; # $Id: APP.pm,v 1.4 2003-06-03 12:28:23 ivan Exp $ $APP_VERSION = '3.3'; @ISA = qw(Net::Cmd IO::Socket::INET); @@ -69,7 +69,7 @@ specify the host and port to connect to in cleartext. Typically this connection is proxied via Safe Passage Secure Tunnel or Stunnel http://www.stunnel.org/ using a command such as: - stunnel -P none -c -d 8888 -r your.cp.address.and:port + stunnel -c -P none -c -d 8888 -r your.cp.address.and:port This method will connect to the APP server and execute the I method.