mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-12 19:30:25 +08:00
用户系统界面设置增加“自定义客户端IP报头”
This commit is contained in:
@@ -19,6 +19,8 @@ type UserUIConfig struct {
|
|||||||
LogoFileId int64 `json:"logoFileId"` // Logo文件ID
|
LogoFileId int64 `json:"logoFileId"` // Logo文件ID
|
||||||
TimeZone string `json:"timeZone"` // 时区
|
TimeZone string `json:"timeZone"` // 时区
|
||||||
|
|
||||||
|
ClientIPHeaderNames string `json:"clientIPHeaderNames"` // 客户端IP获取报头名称列表
|
||||||
|
|
||||||
Server struct {
|
Server struct {
|
||||||
CheckCNAME bool `json:"checkCNAME"` // 是否检查CNAME
|
CheckCNAME bool `json:"checkCNAME"` // 是否检查CNAME
|
||||||
} `json:"server"` // 服务相关设置
|
} `json:"server"` // 服务相关设置
|
||||||
|
|||||||
Reference in New Issue
Block a user