diff --git a/documents/docs/02-guide/07-other_config.md b/documents/docs/02-guide/07-other_config.md index bb4da73..8bf60f8 100644 --- a/documents/docs/02-guide/07-other_config.md +++ b/documents/docs/02-guide/07-other_config.md @@ -6,6 +6,8 @@ title: "配置其他" 其他配置项介绍 +## 防护配置 + ### 黑白名单 黑名单:拦截 @@ -24,7 +26,7 @@ title: "配置其他" ### 人机验证 -人机验证的有效时间默认是一个小时,未来可能会支持配置,敬请期待 +人机验证的有效时间默认是一个小时,未来可能会支持配置,敬请期待。 详情查看 [人机验证 2.0](/about/challenge) @@ -32,6 +34,24 @@ title: "配置其他" 详情查看 [语义分析检测算法](/about/syntaxanalysis) +### 补充规则(专业版) + +补充规则能在语义分析的基础上,针对一些特殊的业务漏洞、框架漏洞的利用行为进行防护。 + +社区版默认进行平衡防护,业版可进一步配置防护模式。 + +![Alt text](/images/docs/guide_config/other_config3.png) + +### 身份认证 + +可以通过添加认证规则,对雷池保护的站点额外增加身份认证功能。 + +![Alt text](/images/docs/guide_config/other_config4.png) + +如图,触发身份认证规则后需要使用账户密码登录后继续访问网站。 + +![Alt text](/images/docs/guide_config/other_config5.png) + ## 通用配置 ### IP 组配置 @@ -72,9 +92,23 @@ title: "配置其他" 存放默认证书,可以自定义证书 +#### 雷池控制台登录设置 + +用于配置登录雷池管理端的方式 + +低于4.4版本升级上来的,需自动生成初始密码 + +社区版支持单用户,**专业版**支持多用户管理 + +管理员固定为 admin,非管理员不能修改其他用户配置 + +#### 自定义拦截页面(专业版) + +专业版用户可以自定义拦截页面 + #### IP 情报共享计划 -默认加入共享计划,加入后将共享攻击 IP 信息到社区,并可使用 IP 组 “长亭社区恶意 IP 情报” +默认加入共享计划,加入后将共享攻击 IP 信息到社区,并可使用 IP 组 “长亭社区恶意 IP 情报”。 ## 常见配置问题 diff --git a/documents/static/images/docs/guide_config/other_config3.png b/documents/static/images/docs/guide_config/other_config3.png new file mode 100644 index 0000000..cb449c1 Binary files /dev/null and b/documents/static/images/docs/guide_config/other_config3.png differ diff --git a/documents/static/images/docs/guide_config/other_config4.png b/documents/static/images/docs/guide_config/other_config4.png new file mode 100644 index 0000000..0ded0de Binary files /dev/null and b/documents/static/images/docs/guide_config/other_config4.png differ diff --git a/documents/static/images/docs/guide_config/other_config5.png b/documents/static/images/docs/guide_config/other_config5.png new file mode 100644 index 0000000..4a53f73 Binary files /dev/null and b/documents/static/images/docs/guide_config/other_config5.png differ