Add cipherSuites setting for TLS & XTLS (#78)

This commit is contained in:
eMeab 2020-12-16 20:53:55 +08:00 committed by GitHub
parent 19ce0e99a5
commit 88dfed931b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 212 additions and 110 deletions

View file

@ -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;
}