diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-04-10 07:42:56 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-04-10 07:42:56 +0000 |
commit | cc392c16bde5fe394089ea92b623aec2c5635e1f (patch) | |
tree | a35a55ca7995ee95dac95f28aa79ef904238cdc2 /.tunneltop.toml | |
parent | updates (diff) | |
download | scripts-cc392c16bde5fe394089ea92b623aec2c5635e1f.tar.gz scripts-cc392c16bde5fe394089ea92b623aec2c5635e1f.zip |
updates
Diffstat (limited to '')
-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 |