mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-16 06:57:52 +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,
|
||||
disableSystemRoot: None,
|
||||
preferServerCipherSuites: None,
|
||||
fingerprint: Some(String::from("")),
|
||||
fingerprint: Some(data.query.fp.clone()),
|
||||
serverName: Some(data.query.sni.clone()),
|
||||
allowInsecure: Some(false),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user