diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ # tunneltop -A tunnel manager in the familiar top style with ncurses and asyncio. +A tunnel manager in the familiar top style written with ncurses and asyncio. ![Image](tunneltop.png) @@ -73,4 +73,6 @@ How long before the test is considered to have timed out.</br> `r` restarts a tunnel.</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> |