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

This commit is contained in:
刘祥超
2022-09-17 11:38:51 +08:00
parent 324d24fe5a
commit 710ec09b14
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 {