mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 11:29:36 +03:00
Add minVersion setting for TLS & XTLS (#77)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user