stunnel example usage update master
authorivan <ivan>
Tue, 3 Jun 2003 12:28:23 +0000 (12:28 +0000)
committerivan <ivan>
Tue, 3 Jun 2003 12:28:23 +0000 (12:28 +0000)
APP.pm

diff --git a/APP.pm b/APP.pm
index 3bd2923..e22277e 100644 (file)
--- 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<ver> method.