Put config structs into config_models

This commit is contained in:
Keivan-sf
2023-10-17 18:42:18 +03:30
parent d4f9cda5d0
commit 63c71208ea
3 changed files with 61 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
use std::process::exit;
mod uri_identifier;
mod vless;
pub mod config_models;
pub fn parse(uri: &str) {
let protocol = uri_identifier::get_uri_protocol(uri);
match protocol {