mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 01:20:26 +08:00
DNS集群设置时区
This commit is contained in:
@@ -14,4 +14,5 @@ message NSCluster {
|
||||
bytes udpJSON = 7;
|
||||
repeated string hosts = 8;
|
||||
bool autoRemoteStart = 9;
|
||||
string timeZone = 10;
|
||||
}
|
||||
@@ -90,6 +90,7 @@ message UpdateNSClusterRequest {
|
||||
bool isOn = 3;
|
||||
repeated string hosts = 4;
|
||||
bool autoRemoteStart = 5;
|
||||
string timeZone = 6;
|
||||
}
|
||||
|
||||
// 查找集群访问日志配置
|
||||
|
||||
Reference in New Issue
Block a user