mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-17 07:27:51 +00:00
Generate full conifg for vless
This commit is contained in:
@@ -107,3 +107,8 @@ pub struct Outbound {
|
||||
pub protocol: String,
|
||||
pub tag: String,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct Config {
|
||||
pub outbounds: Vec<Outbound>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user