summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2020-02-25 01:12:00 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2020-02-25 01:19:34 +0300
commitd7b723c6b132a504a837aa528ca0a66b618e3c6c (patch)
tree1a5e64c9ac7b45cd3e4992a39517fb47603c9046 /test
parente93460de418a6973421bac5988b11364ee80e4ea (diff)
add aes module
Diffstat (limited to 'test')
-rwxr-xr-xtest/auth.sh4
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 &