检查域名是否存在时同时检查泛域名

This commit is contained in:
GoEdgeLab
2022-09-17 11:38:51 +08:00
parent 354d7a71f2
commit b8a6ae0ca4
3 changed files with 4016 additions and 4005 deletions

View File

@@ -530,6 +530,7 @@ message CheckServerNameDuplicationInNodeClusterRequest {
int64 nodeClusterId = 1;
repeated string serverNames = 2; // 可以同时检查一批域名
int64 excludeServerId = 3; // 要排除的服务ID
bool supportWildcard = 4;// 支持泛解析
}
message CheckServerNameDuplicationInNodeClusterResponse {