diff options
author | terminaldweller <thabogre@gmail.com> | 2023-03-10 10:53:48 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-03-10 10:53:48 +0000 |
commit | e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8 (patch) | |
tree | d4c7a67e38e4fa2e3a3aba26df1d82e97f1d319d /.tunneltop.toml | |
parent | update (diff) | |
download | scripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.tar.gz scripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .tunneltop.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.tunneltop.toml b/.tunneltop.toml index 748e8de..a7f784d 100644 --- a/.tunneltop.toml +++ b/.tunneltop.toml @@ -158,6 +158,15 @@ test_command_result = "200" test_interval = 300 test_timeout = 20 +[tunnel.tormapped6control] +address = "127.0.0.1" +port = 8053 +command = "autossh -M 0 -N -L 0.0.0.0:8053:127.0.0.1:9051 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l ubuntu -p 3333 185.130.45.46" +test_command = '' +test_command_result = "200" +test_interval = 300 +test_timeout = 20 + [tunnel.tormapped8] address = "127.0.0.1" port = 9054 @@ -167,6 +176,15 @@ test_command_result = "200" test_interval = 300 test_timeout = 20 +[tunnel.tormapped8control] +address = "127.0.0.1" +port = 8054 +command = "autossh -M 0 -N -L 0.0.0.0:8054:127.0.0.1:9051 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l ubuntu -p 3333 185.130.47.208" +test_command = '' +test_command_result = "200" +test_interval = 300 +test_timeout = 20 + [tunnel.tormappedv] address = "127.0.0.1" port = 9055 |