路由规则可以单独设置UAM(仅企业版可用)

This commit is contained in:
刘祥超
2022-05-04 20:32:03 +08:00
parent 97575e29a1
commit 8e91af92ae
4 changed files with 505 additions and 181 deletions

View File

@@ -3,7 +3,8 @@
package serverconfigs
type UAMConfig struct {
IsOn bool `yaml:"isOn" json:"isOn"`
IsPrior bool `yaml:"isPrior" json:"isPrior"`
IsOn bool `yaml:"isOn" json:"isOn"`
}
func (this *UAMConfig) Init() error {