diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 8961649..f0d12eb 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -41,7 +41,7 @@ module.exports = { "/freeswitch/FreeSWITCH配置SSL.md", "/freeswitch/搭建STUN服务.md", "/freeswitch/恶意SIP行为IP黑名单.md", - "/freeswitch/[安全]使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md", + "/freeswitch/【安全】使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md", ], initialOpenGroupIndex: 0, // 可选的, 默认值是 0 sidebarDepth: 0, // 可选的, 默认值是 1 diff --git a/docs/README.md b/docs/README.md index 2ea095e..97d6fce 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,3 +9,7 @@ 源代码地址: 作者邮箱: + +## 更新记录 + +[2023-07-11] 新增文档[【安全】使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md](/freeswitch/【安全】使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md) diff --git a/docs/freeswitch/[安全]使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md b/docs/freeswitch/【安全】使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md similarity index 100% rename from docs/freeswitch/[安全]使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md rename to docs/freeswitch/【安全】使用fail2ban自动防止FreeSWITCH被恶意SIP注册.md