diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/auth.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/auth.sh b/test/auth.sh index 4f822c3..311b8ff 100755 --- a/test/auth.sh +++ b/test/auth.sh @@ -3,8 +3,8 @@ ROOT=$(dirname $0)/.. PATH=$PATH:$ROOT/cmd/tunnel -tunnel add name T 2000,listen auth 3000 -tunnel add name X 3000,listen - auth 4000 +tunnel add name T 2000,listen auth aes 3000 +tunnel add name X 3000,listen -aes -auth 4000 tunnel var set tunnel.T.secret secret tunnel var set tunnel.X.secret secret nc -l 4000 & |
