Parse base64 vmess uri

This commit is contained in:
Keivan-sf
2025-07-27 12:21:49 +03:30
parent cfe3c2ed53
commit c5ce2b56ee
7 changed files with 74 additions and 1 deletions

View File

@@ -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(),
}]),
}],
});