mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-07 12:35:50 +08:00
8 lines
283 B
Go
8 lines
283 B
Go
package dnsconfigs
|
|
|
|
// 集群的DNS设置
|
|
type ClusterDNSConfig struct {
|
|
NodesAutoSync bool `yaml:"nodesAutoSync" json:"nodesAutoSync"` // 是否自动同步节点状态
|
|
ServersAutoSync bool `yaml:"serversAutoSync" json:"serversAutoSync"` // 是否自动同步服务状态
|
|
}
|