Generate full conifg for vless

This commit is contained in:
Keivan-sf
2023-10-26 17:31:33 +03:30
parent 19a825c049
commit 10d1538173
3 changed files with 26 additions and 7 deletions

View File

@@ -107,3 +107,8 @@ pub struct Outbound {
pub protocol: String,
pub tag: String,
}
#[derive(Serialize, Deserialize)]
pub struct Config {
pub outbounds: Vec<Outbound>,
}