diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-20 06:53:57 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-20 06:53:57 +0000 |
commit | 4396d0e41c7d3e5a685756d31c152b75f572312b (patch) | |
tree | b1c8abb3d9ddb728bf1a620dae4be3f5001461a6 | |
parent | the tests would never complete and were never removed when flipping a task. a... (diff) | |
download | tunneltop-4396d0e41c7d3e5a685756d31c152b75f572312b.tar.gz tunneltop-4396d0e41c7d3e5a685756d31c152b75f572312b.zip |
added the t keybinding to the readmev0.3.2
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ How long before the test is considered to have timed out.</br> `r` restarts a tunnel.</br> +`t` runs the test right now.</br> + To quit send a `SIGINT` or a `SIGTERM`. I'm working on improving this of course.</br> tunneltop will reload its config file upon receiving a `SIGHUP` and apply the changes immediately if there are any.</br> |