可以设置集群的DNS记录TTL

This commit is contained in:
GoEdgeLab
2021-09-20 20:01:27 +08:00
parent cd42f566f3
commit c24609b6e9
3 changed files with 454 additions and 432 deletions

View File

@@ -248,6 +248,7 @@ message FindEnabledNodeClusterDNSResponse {
bool nodesAutoSync = 4;
bool serversAutoSync = 5;
repeated string cnameRecords = 7;
int32 ttl = 8;
}
// 计算使用某个DNS服务商的集群数量
@@ -287,6 +288,7 @@ message UpdateNodeClusterDNSRequest {
bool nodesAutoSync = 4;
bool serversAutoSync = 5;
repeated string cnameRecords = 6;
int32 ttl = 7;
}
// 检查集群的DNS是否有变化