diff options
author | terminaldweller <thabogre@gmail.com> | 2023-03-11 06:47:34 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-03-11 06:47:34 +0000 |
commit | 2fa5df9f882c4e20e9e8537d46fbfd23e1628d03 (patch) | |
tree | 50beae7249bed64e7846e4fdb5bcbd95df975b46 | |
parent | we now revive the scheduler if it dies. added a new option to determine which... (diff) | |
download | tunneltop-2fa5df9f882c4e20e9e8537d46fbfd23e1628d03.tar.gz tunneltop-2fa5df9f882c4e20e9e8537d46fbfd23e1628d03.zip |
added the new auto_start option to the readme
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ How often should the `test_command` be run.</br> ### test_timeout How long before the test is considered to have timed out.</br> +### auto_start +Whether to automatically start this tunnel on startup.</br> + ## keybindings `j` and `k` move you up and down.</br> |