mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add cipherSuites setting for TLS & XTLS (#78)
This commit is contained in:
parent
19ce0e99a5
commit
88dfed931b
7 changed files with 212 additions and 110 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue