HTTP客户端IP获取方式增加是否自定义

This commit is contained in:
刘祥超
2021-10-22 14:40:14 +08:00
parent b040e966ca
commit 3a30a65264

View File

@@ -12,6 +12,7 @@ type HTTPRemoteAddrConfig struct {
IsPrior bool `yaml:"isPrior" json:"isPrior"`
IsOn bool `yaml:"isOn" json:"isOn"`
Value string `yaml:"value" json:"value"` // 值变量
IsCustomized bool `yaml:"isCustomized" json:"isCustomized"` // 是否自定义
isEmpty bool
}