mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2026-02-05 09:57:56 +00:00
Read allowInsecure from config uri
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#[allow(non_snake_case)]
|
||||
pub struct VlessQuery {
|
||||
pub security: Option<String>,
|
||||
pub sni: Option<String>,
|
||||
@@ -20,6 +21,7 @@ pub struct VlessQuery {
|
||||
pub spx: Option<String>,
|
||||
pub alpn: Option<String>,
|
||||
pub extra: Option<String>,
|
||||
pub allowInsecure: Option<String>,
|
||||
}
|
||||
|
||||
pub struct VlessAddress {
|
||||
|
||||
Reference in New Issue
Block a user