fix(docs): Correct security usage recommendations in README_zh.md (#1548)

* fix(docs): Correct security usage recommendations in README_zh.md

Fix formatting and punctuation in security usage recommendations.

* fix(docs): Correct security usage recommendations in README_zh.md
This commit is contained in:
mlbo 2026-03-29 19:43:03 +08:00 committed by GitHub
parent 6091ba83c4
commit 8b6c333afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -509,7 +509,7 @@ DeerFlow 具备**系统指令执行、资源操作、业务逻辑调用**等关
### 安全使用建议 ### 安全使用建议
**注意:建议您将 DeerFlow 部署在本地可信的网络环境下。**若您有跨设备、跨网络的部署需求,必须加入严格的安全措施。例如,采取如下手段: **注意:建议您将 DeerFlow 部署在本地可信的网络环境下。** 若您有跨设备、跨网络的部署需求,必须加入严格的安全措施。例如,采取如下手段:
- **设置访问 IP 白名单**:使用 `iptables`,或部署硬件防火墙 / 带访问控制ACL功能的交换机等**配置规则设置 IP 白名单**,拒绝其他所有 IP 进行访问。 - **设置访问 IP 白名单**:使用 `iptables`,或部署硬件防火墙 / 带访问控制ACL功能的交换机等**配置规则设置 IP 白名单**,拒绝其他所有 IP 进行访问。
- **前置身份验证**配置反向代理nginx 等),并**开启高强度的前置身份验证功能**,禁止无任何身份验证的访问。 - **前置身份验证**配置反向代理nginx 等),并**开启高强度的前置身份验证功能**,禁止无任何身份验证的访问。