mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-05 06:10:25 +08:00
HTTP客户端IP获取方式增加是否自定义
This commit is contained in:
@@ -12,6 +12,7 @@ type HTTPRemoteAddrConfig struct {
|
|||||||
IsPrior bool `yaml:"isPrior" json:"isPrior"`
|
IsPrior bool `yaml:"isPrior" json:"isPrior"`
|
||||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||||
Value string `yaml:"value" json:"value"` // 值变量
|
Value string `yaml:"value" json:"value"` // 值变量
|
||||||
|
IsCustomized bool `yaml:"isCustomized" json:"isCustomized"` // 是否自定义
|
||||||
|
|
||||||
isEmpty bool
|
isEmpty bool
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user