mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
chore: remove the usage of some deprecated tls properties
This commit is contained in:
parent
fc41874508
commit
fbc56b88da
6 changed files with 45 additions and 44 deletions
|
@ -63,7 +63,8 @@ message Config {
|
|||
string cipher_suites = 9;
|
||||
|
||||
// Whether the server selects its most preferred ciphersuite.
|
||||
bool prefer_server_cipher_suites = 10;
|
||||
// Deprecated: crypto/tls has ignored this field.
|
||||
bool prefer_server_cipher_suites = 10 [deprecated = true];
|
||||
|
||||
// TLS Client Hello fingerprint (uTLS).
|
||||
string fingerprint = 11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue