同步域名解析时不再强制要求修复节点问题

This commit is contained in:
GoEdgeLab
2022-09-18 10:40:43 +08:00
parent 087487b4ff
commit 0024f3fabb
3 changed files with 3707 additions and 3695 deletions

View File

@@ -142,6 +142,7 @@ message ListDNSDomainsWithDNSProviderIdResponse {
message SyncDNSDomainDataRequest {
int64 dnsDomainId = 1;
int64 nodeClusterId = 2; // 如果指定表示只更新单个集群ID
bool checkNodeIssues = 3; // 是否检查节点问题
}
message SyncDNSDomainDataResponse {