mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Add Tls_Disable1_3
Add Tls_Disable1_3 like Tls_Disable1_2 etc.
This change is part of v4.34-9744-beta e3370fb62c
.
This commit is contained in:
@ -147,6 +147,7 @@ struct SSL_ACCEPT_SETTINGS
|
||||
bool Tls_Disable1_0;
|
||||
bool Tls_Disable1_1;
|
||||
bool Tls_Disable1_2;
|
||||
bool Tls_Disable1_3;
|
||||
};
|
||||
|
||||
// Socket
|
||||
|
Reference in New Issue
Block a user