0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Adjust ProtoBuf of TLS & XTLS

This commit is contained in:
RPRX
2020-12-16 08:50:18 +00:00
committed by GitHub
parent dab978749c
commit ed0e9b12dc
5 changed files with 114 additions and 115 deletions

View File

@ -45,6 +45,6 @@ message Config {
// verification.
bool disable_system_root = 7;
//Whether to specify the minimum TLS version
// The minimum TLS version.
string min_version = 8;
}