From 013c71605185653f735b6a7e6fe622becc03e0fa Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 11 Mar 2023 10:10:58 +0330 Subject: we now revive the scheduler if it dies. added a new option to determine which tunnels to auto_start --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 168d2dc..c44b92b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ test_command = 'curl -s -o /dev/null -s -w "%{http_code}" -k -I -4 --socks5 sock test_command_result = "200" test_interval = 300 test_timeout = 10 +auto_start = false [tunnel.socks5_3] address = "127.0.0.1" @@ -55,6 +56,7 @@ test_command = 'curl -s -o /dev/null -s -w "%{http_code}" -k -I -4 --socks5 sock test_command_result = "200" test_interval = 300 test_timeout = 10 +auto_start = true ``` The tunnel names must be unique.
-- cgit v1.2.3