diff options
Diffstat (limited to '.tunneltop.toml')
-rw-r--r-- | .tunneltop.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.tunneltop.toml b/.tunneltop.toml index 5e1ea1e..043bb55 100644 --- a/.tunneltop.toml +++ b/.tunneltop.toml @@ -24,6 +24,16 @@ test_interval = 300 test_timeout = 10 auto_start = true +[tunnel.socks_can] +address = "127.0.0.1" +port = 9999 +command = "autossh -M 0 -N -D 9999 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l rooot -p 1022 192.99.102.52" +test_command = 'curl -s -o /dev/null -s -w "%{http_code}" -k -I -4 --socks5 socks5h://127.0.0.1:9999 https://icanhazallips.terminaldweller.com:9380' +test_command_result = "200" +test_interval = 300 +test_timeout = 10 +auto_start = false + [tunnel.socks5_3] address = "127.0.0.1" port = 9995 |