diff options
author | ivan <ivan> | 2003-06-03 12:28:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-06-03 12:28:23 +0000 |
commit | 7bf4c03cd3e647070f42f6e2da2a03a56f7e5f76 (patch) | |
tree | 25574a9106926a7947f9776e814a182c34f1e270 | |
parent | 924a225b5684a0172546f9ae204d13a376900e5d (diff) |
-rw-r--r-- | APP.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |