diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-07 13:02:31 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-07 13:02:31 +0000 |
commit | db0bac0f2223a5827915c4eafa5352187ea684bb (patch) | |
tree | afd4798d9a71f0d0a18c62ddd7c81adaa1c1f965 | |
parent | now colors are configurable (diff) | |
download | tunneltop-db0bac0f2223a5827915c4eafa5352187ea684bb.tar.gz tunneltop-db0bac0f2223a5827915c4eafa5352187ea684bb.zip |
updated the screenshot
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | tunneltop.png | bin | 64012 -> 72016 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ box_bg = 0 address = "127.0.0.1" port = 9997 command = "autossh -M 0 -N -D 9997 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l debian -p 22 100.100.100.101" -test_command = 'curl "%{http_code}" -k -I -4 --socks5 socks5h://127.0.0.1:9997 https://icanhazip.com' +test_command = 'curl -s -o /dev/null -s -w "%{http_code}" -k -I -4 --socks5 socks5h://127.0.0.1:9997 https://icanhazip.com' test_command_result = "200" test_interval = 300 test_timeout = 10 @@ -51,7 +51,7 @@ test_timeout = 10 address = "127.0.0.1" port = 9995 command = "autossh -M 0 -N -D 0.0.0.0:9995 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=no -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l debian -p 2022 100.100.100.100" -test_command = 'curl "%{http_code}" -k -I -4 --socks5 socks5h://127.0.0.1:9995 https://icanhazip.com' +test_command = 'curl -s -o /dev/null -s -w "%{http_code}" -k -I -4 --socks5 socks5h://127.0.0.1:9995 https://icanhazip.com' test_command_result = "200" test_interval = 300 test_timeout = 10 diff --git a/tunneltop.png b/tunneltop.png Binary files differindex 2c3d616..61909cd 100644 --- a/tunneltop.png +++ b/tunneltop.png |