From ebb97ada006503d8b836709e0d9ec77a41316509 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 10 Dec 2023 10:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=B3=BB=E7=BB=9F=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E8=AE=BE=E7=BD=AE=E5=A2=9E=E5=8A=A0=E2=80=9C=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=AE=A2=E6=88=B7=E7=AB=AFIP=E6=8A=A5?= =?UTF-8?q?=E5=A4=B4=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/systemconfigs/user_ui_config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/systemconfigs/user_ui_config.go b/pkg/systemconfigs/user_ui_config.go index 8f19c1c..46e426c 100644 --- a/pkg/systemconfigs/user_ui_config.go +++ b/pkg/systemconfigs/user_ui_config.go @@ -19,6 +19,8 @@ type UserUIConfig struct { LogoFileId int64 `json:"logoFileId"` // Logo文件ID TimeZone string `json:"timeZone"` // 时区 + ClientIPHeaderNames string `json:"clientIPHeaderNames"` // 客户端IP获取报头名称列表 + Server struct { CheckCNAME bool `json:"checkCNAME"` // 是否检查CNAME } `json:"server"` // 服务相关设置