Add a fallback port for the terminal to avoid crashing proxies

This commit is contained in:
Kristóf Tóth
2019-10-08 14:24:31 +02:00
parent 251bc6325a
commit 641709c04e
4 changed files with 18 additions and 7 deletions

View File

@ -0,0 +1,4 @@
[program:terminal_fallback]
command=ncat -klp %(ENV_TFW_TERMINAL_FALLBACK_PORT)s
autostart=true
autorestart=true