mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-26 17:03:02 +00:00
Let tlsSettings.masterKeyLog
and tlsSettings.fingerprint
work together
This commit is contained in:
parent
81f9f567ff
commit
2b08d8638e
@ -118,6 +118,7 @@ func copyConfig(c *tls.Config) *utls.Config {
|
||||
ServerName: c.ServerName,
|
||||
InsecureSkipVerify: c.InsecureSkipVerify,
|
||||
VerifyPeerCertificate: c.VerifyPeerCertificate,
|
||||
KeyLogWriter: c.KeyLogWriter,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user