mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-10 01:10:27 +08:00
检查域名是否存在时同时检查泛域名
This commit is contained in:
@@ -530,6 +530,7 @@ message CheckServerNameDuplicationInNodeClusterRequest {
|
||||
int64 nodeClusterId = 1;
|
||||
repeated string serverNames = 2; // 可以同时检查一批域名
|
||||
int64 excludeServerId = 3; // 要排除的服务ID
|
||||
bool supportWildcard = 4;// 支持泛解析
|
||||
}
|
||||
|
||||
message CheckServerNameDuplicationInNodeClusterResponse {
|
||||
|
||||
Reference in New Issue
Block a user