2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00

feat: Rsync 插件

This commit is contained in:
耗子
2023-11-23 21:38:48 +08:00
parent 596cd68728
commit a368117e00
10 changed files with 253 additions and 216 deletions

View File

@@ -75,9 +75,9 @@ if [ "${OS}" == "debian" ]; then
fi
# 启动 fail2ban
systemctl unmask fail2ban
systemctl daemon-reload
systemctl unmask fail2ban
systemctl enable fail2ban
systemctl restart fail2ban
systemctl start fail2ban
panel writePlugin fail2ban 1.0.0

View File

@@ -36,3 +36,5 @@ if [ "$?" != "0" ]; then
echo "错误fail2ban安装失败请截图错误信息寻求帮助。"
exit 1
fi
systemctl restart fail2ban