mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-25 18:11:27 +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,
|
ServerName: c.ServerName,
|
||||||
InsecureSkipVerify: c.InsecureSkipVerify,
|
InsecureSkipVerify: c.InsecureSkipVerify,
|
||||||
VerifyPeerCertificate: c.VerifyPeerCertificate,
|
VerifyPeerCertificate: c.VerifyPeerCertificate,
|
||||||
|
KeyLogWriter: c.KeyLogWriter,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue