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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}