mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 11:29:36 +03:00
Let tlsSettings.masterKeyLog
and tlsSettings.fingerprint
work together
This commit is contained in:
@ -118,6 +118,7 @@ func copyConfig(c *tls.Config) *utls.Config {
|
||||
ServerName: c.ServerName,
|
||||
InsecureSkipVerify: c.InsecureSkipVerify,
|
||||
VerifyPeerCertificate: c.VerifyPeerCertificate,
|
||||
KeyLogWriter: c.KeyLogWriter,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user