aboutsummaryrefslogtreecommitdiffstats
path: root/.tunneltop.toml
diff options
context:
space:
mode:
Diffstat (limited to '.tunneltop.toml')
-rw-r--r--.tunneltop.toml18
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