mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-22 12:49:20 +02: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