mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-29 00:20:26 +08:00
集群DNS设置增加允许通过CNAME访问网站服务选项
This commit is contained in:
@@ -273,6 +273,7 @@ message FindEnabledNodeClusterDNSResponse {
|
||||
bool serversAutoSync = 5;
|
||||
repeated string cnameRecords = 7;
|
||||
int32 ttl = 8;
|
||||
bool cnameAsDomain = 9;
|
||||
}
|
||||
|
||||
// 计算使用某个DNS服务商的集群数量
|
||||
@@ -313,6 +314,7 @@ message UpdateNodeClusterDNSRequest {
|
||||
bool serversAutoSync = 5;
|
||||
repeated string cnameRecords = 6;
|
||||
int32 ttl = 7;
|
||||
bool cnameAsDomain = 8;
|
||||
}
|
||||
|
||||
// 检查集群的DNS是否有变化
|
||||
|
||||
Reference in New Issue
Block a user