chiark / gitweb /
New encrypting tunnel seems to work !
[userv-utils] / ipif / udptunnel
index fee47651cb4ff921912957bcea6512f4485ce967..0698d8707a624f080faf134e44494c4a7703a4cb 100755 (executable)
@@ -98,7 +98,7 @@
 # along with userv-utils; if not, write to the Free Software
 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
-# $Id: udptunnel,v 1.13 2000/05/30 23:51:00 ian Exp $
+# $Id: udptunnel,v 1.14 2000/05/31 00:58:53 ian Exp $
 
 use Socket;
 use POSIX;
@@ -189,7 +189,7 @@ while ($ARGV[0] =~ m/^-/) {
            $encrarg= arg_value($_,'-e');
            push @remoteopts, "-e$encrarg";
            @thisencryption= split m#/#, $encrarg;
-           $thisencryption[0] =~ s/^/\!/;
+           $thisencryption[0] =~ s/^/\|/;
            push @encryption, @thisencryption;
        } elsif (s/^-m/-/) {
            $masq= 1;