mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 23:17:53 +00:00
Parse base64 vmess uri
This commit is contained in:
@@ -12,6 +12,7 @@ pub fn create_outbound_settings(data: &RawData) -> OutboundSettings {
|
||||
flow: data.flow.clone(),
|
||||
encryption: Some(data.encryption.clone().unwrap_or(String::from("none"))),
|
||||
level: Some(0),
|
||||
security: data.vnext_security.clone(),
|
||||
}]),
|
||||
}],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user