Merge branch 'MHSanaei:main' into main

This commit is contained in:
LoST 2024-12-20 01:35:57 +03:00 committed by GitHub
commit 8822b541d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1413,7 +1413,7 @@ iplimit_main() {
3)
confirm "Proceed with Unbanning everyone from IP Limit jail?" "y"
if [[ $? == 0 ]]; then
systemctl restart fail2ban
fail2ban-client reload --restart --unban 3x-ipl
truncate -s 0 "${iplimit_banned_log_path}"
echo -e "${green}All users Unbanned successfully.${plain}"
iplimit_main