优化证书加载速度

This commit is contained in:
GoEdgeLab
2022-12-31 17:22:10 +08:00
parent 68197d537c
commit 61685e2941
3 changed files with 639 additions and 627 deletions

View File

@@ -340,7 +340,8 @@ message ListEnabledServersMatchRequest {
string protocolFamily = 8;
bool trafficOutAsc = 9;
bool trafficOutDesc = 10;
bool ignoreServerNames = 11;
bool ignoreServerNames = 11; // 忽略域名
bool ignoreSSLCerts = 12; // 忽略证书
}
message ListEnabledServersMatchResponse {