Skip to content
Snippets Groups Projects
Commit 6af59ca9 authored by Gerhard's avatar Gerhard
Browse files

commented out setting to avoid problems

parent cbd83d06
Branches
No related tags found
No related merge requests found
...@@ -15,20 +15,20 @@ ...@@ -15,20 +15,20 @@
# Define names for the tunnel to identify them. The list needs to be configured # Define names for the tunnel to identify them. The list needs to be configured
# in the same order as the tunnel config in the TUNELS list. # in the same order as the tunnel config in the TUNELS list.
# #
TUNNEL_NAMES=( #TUNNEL_NAMES=(
"Tunnel-A" # "Tunnel-A"
"Tunnel-B" # "Tunnel-B"
) #)
# #
# Ths TUNNELS array is used to configure the individual tunnels. Each # Ths TUNNELS array is used to configure the individual tunnels. Each
# configuration entry needs to follow the SSH options. An example of # configuration entry needs to follow the SSH options. An example of
# how such a configuration line might look like is listed here. # how such a configuration line might look like is listed here.
# #
TUNNELS=( #TUNNELS=(
"-p 1234 username@host1.example.com -L 10001:127.0.0.1:3306 -L 10011:127.0.0.1:27017" # "-p 1234 username@host1.example.com -L 10001:127.0.0.1:3306 -L 10011:127.0.0.1:27017"
"-p 1234 username@host2.example.com -L 10002:127.0.0.1:3306 -L 10012:127.0.0.1:27017" # "-p 1234 username@host2.example.com -L 10002:127.0.0.1:3306 -L 10012:127.0.0.1:27017"
) #)
# #
# The RECONNECT_TIMER is used in case of a tunnel connection to be lost. After # The RECONNECT_TIMER is used in case of a tunnel connection to be lost. After
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment