Add minVersion setting for TLS & XTLS (#77)

This commit is contained in:
eMeab
2020-12-16 13:20:24 +08:00
committed by GitHub
parent 45f44c401a
commit dab978749c
7 changed files with 150 additions and 96 deletions

View File

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