mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 15:07:53 +00:00
Use fingerprints in tls settings
This commit is contained in:
@@ -20,7 +20,7 @@ pub fn create_outbound_object(data: models::VlessData) -> Outbound {
|
|||||||
cipherSuites: None,
|
cipherSuites: None,
|
||||||
disableSystemRoot: None,
|
disableSystemRoot: None,
|
||||||
preferServerCipherSuites: None,
|
preferServerCipherSuites: None,
|
||||||
fingerprint: Some(String::from("")),
|
fingerprint: Some(data.query.fp.clone()),
|
||||||
serverName: Some(data.query.sni.clone()),
|
serverName: Some(data.query.sni.clone()),
|
||||||
allowInsecure: Some(false),
|
allowInsecure: Some(false),
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user