init rust. WIP: tls for inbounds

This commit is contained in:
Ultradesu
2025-09-18 02:56:59 +03:00
parent 777af49ebf
commit 8aff8f2fb5
206 changed files with 14301 additions and 21560 deletions

9
src/web/handlers/mod.rs Normal file
View File

@@ -0,0 +1,9 @@
pub mod users;
pub mod servers;
pub mod certificates;
pub mod templates;
pub use users::*;
pub use servers::*;
pub use certificates::*;
pub use templates::*;