chiark
/
gitweb
/
~mdw
/
userv-utils
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New encrypting tunnel seems to work !
[userv-utils]
/
ipif
/
udptunnel
diff --git
a/ipif/udptunnel
b/ipif/udptunnel
index e52ee73bad0cdb846a1fda77df601a0012c76393..bb48d1d4547373abe95a5d446c635efb41448d16 100755
(executable)
--- a/
ipif/udptunnel
+++ b/
ipif/udptunnel
@@
-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;