summaryrefslogtreecommitdiff
path: root/APP.pm
diff options
context:
space:
mode:
authorivan <ivan>2003-06-03 12:28:23 +0000
committerivan <ivan>2003-06-03 12:28:23 +0000
commit7bf4c03cd3e647070f42f6e2da2a03a56f7e5f76 (patch)
tree25574a9106926a7947f9776e814a182c34f1e270 /APP.pm
parent924a225b5684a0172546f9ae204d13a376900e5d (diff)
stunnel example usage updateHEADmaster
Diffstat (limited to 'APP.pm')
-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.