Tunnels can now by default only be accessed by the owner, a flag is provided to make the tunnel public

This commit is contained in:
2025-04-07 17:05:21 +02:00
parent 9a1eeb9b69
commit 01457a185f
7 changed files with 1229 additions and 62 deletions

View File

@@ -1,4 +1,6 @@
#![feature(impl_trait_in_fn_trait_return)]
#![feature(let_chains)]
pub mod animals;
pub mod auth;
pub mod ssh;
pub mod tunnel;