多处增加是否独立配置选项

This commit is contained in:
刘祥超
2020-09-23 18:43:50 +08:00
parent 337726e930
commit cc4f30a6f4
17 changed files with 416 additions and 296 deletions

View File

@@ -2,6 +2,7 @@ package serverconfigs
// 反向代理引用
type ReverseProxyRef struct {
IsPrior bool `yaml:"isPrior" json:"isPrior"` // 是否覆盖
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
ReverseProxyId int64 `yaml:"reverseProxyId" json:"reverseProxyId"` // 反向代理ID
}