URI works on android. Shadowsocks doesn't work on iPhone. it's ok - will be fixed.

This commit is contained in:
Ultradesu
2025-09-23 16:50:12 +01:00
parent 572b5e19c0
commit 59b8cbb582
15 changed files with 1382 additions and 15 deletions

View File

@@ -2,8 +2,10 @@ pub mod users;
pub mod servers;
pub mod certificates;
pub mod templates;
pub mod client_configs;
pub use users::*;
pub use servers::*;
pub use certificates::*;
pub use templates::*;
pub use templates::*;
pub use client_configs::*;