feat: create outbound proxy object from vless data

This commit is contained in:
Keivan-sf
2023-10-12 18:34:01 +03:30
parent 8898654b6f
commit 4fbcb4a220
2 changed files with 37 additions and 0 deletions

5
src/parser/structs.rs Normal file
View File

@@ -0,0 +1,5 @@
pub struct Outboud {
vnext: Option<Vec<ServerObject>>,
}