mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-29 00:20:26 +08:00
路由规则可以单独设置UAM(仅企业版可用)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user