mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add minVersion setting for TLS & XTLS (#77)
This commit is contained in:
parent
45f44c401a
commit
dab978749c
7 changed files with 150 additions and 96 deletions
|
@ -44,4 +44,7 @@ message Config {
|
|||
// If true, root certificates on the system will not be loaded for
|
||||
// verification.
|
||||
bool disable_system_root = 7;
|
||||
|
||||
//Whether to specify the minimum TLS version
|
||||
string min_version = 8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue