chiark / gitweb /
New encrypting tunnel seems to work !
[userv-utils.git] / ipif / udptunnel
index e52ee73bad0cdb846a1fda77df601a0012c76393..bb48d1d4547373abe95a5d446c635efb41448d16 100755 (executable)
@@ -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;