mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-16 05:46:34 +08:00
多处增加是否独立配置选项
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user