增加服务CNAME相关配置和服务

This commit is contained in:
GoEdgeLab
2021-10-16 12:03:44 +08:00
parent e12847f113
commit dbb2cfa347
6 changed files with 1088 additions and 819 deletions

View File

@@ -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"`