mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 15:07:53 +00:00
Read allowInsecure from config uri
This commit is contained in:
@@ -109,7 +109,7 @@ pub struct WsSettings {
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct TlsSettings {
|
||||
pub alpn: Option<Vec<String>>,
|
||||
pub allowInsecure: Option<bool>,
|
||||
pub allowInsecure: bool,
|
||||
pub serverName: Option<String>,
|
||||
pub enableSessionResumption: Option<bool>,
|
||||
pub disableSystemRoot: Option<bool>,
|
||||
|
||||
Reference in New Issue
Block a user