mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-03-24 17:35:37 +08:00
增加服务CNAME相关配置和服务
This commit is contained in:
@@ -22,6 +22,7 @@ type NodeConfig struct {
|
||||
Secret string `yaml:"secret" json:"secret"`
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
Servers []*serverconfigs.ServerConfig `yaml:"servers" json:"servers"`
|
||||
SupportCNAME bool `yaml:"supportCNAME" json:"supportCNAME"`
|
||||
Version int64 `yaml:"version" json:"version"`
|
||||
Name string `yaml:"name" json:"name"`
|
||||
MaxCPU int32 `yaml:"maxCPU" json:"maxCPU"`
|
||||
|
||||
Reference in New Issue
Block a user