Improved input handling and allow user to change tunnel access in interface

This commit is contained in:
2025-04-10 15:56:15 +02:00
parent 750713b6b0
commit 321e5842d3
5 changed files with 102 additions and 16 deletions

View File

@@ -3,6 +3,7 @@
pub mod animals;
pub mod auth;
pub mod helper;
pub mod keys;
pub mod ssh;
pub mod terminal;
pub mod tui;