From 8d90ff9b663b5924c74709e167a5b2a32e75a122 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 6 May 2018 19:13:23 -0700 Subject: [PATCH] More doc --- ssh-tunnel-manager.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ssh-tunnel-manager.sh b/ssh-tunnel-manager.sh index 0994e41..9d7c4db 100755 --- a/ssh-tunnel-manager.sh +++ b/ssh-tunnel-manager.sh @@ -30,6 +30,16 @@ version=0.6.7 # "-p 1234 username@host2.example.com -L 10002:127.0.0.1:3306 -L 10012:127.0.0.1:27017" #) +# +# The SOCKETS array is used to configure sockets forwarded by individual +# ports. Each forwarded socket must be removed before it can be forwarded +# again, which this handles. +# +#SOCKETS=( +# "" +# "" +#) + # # The RECONNECT_TIMER is used in case of a tunnel connection to be lost. After # the script is detecting that the connection was lost, the time defined the -- GitLab