summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--APP.pm4
1 files changed, 2 insertions, 2 deletions
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<ver> method.