mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 11:29:36 +03:00
Add cipherSuites setting for TLS & XTLS (#78)
This commit is contained in:
@ -47,4 +47,10 @@ message Config {
|
||||
|
||||
// The minimum TLS version.
|
||||
string min_version = 8;
|
||||
|
||||
//The TLS cipher suites
|
||||
string cipher_suites = 9;
|
||||
|
||||
// If true, server selects the client's most preferred ciphersuite
|
||||
bool prefer_server_cipher_suites = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user