Only unban IPs from 3x-ipl Jail

This commit is contained in:
somebodywashere 2023-06-20 12:13:58 +00:00
parent 1a79e07db0
commit 906fb186d2

View file

@ -700,8 +700,8 @@ iplimit_main() {
fi fi
iplimit_main ;; iplimit_main ;;
3) 3)
fail2ban-client reload --restart --unban --all fail2ban-client reload --restart --unban 3x-ipl
echo -e "${green}All users Unbanned and Jails restarted." ;; echo -e "${green}All users Unbanned successfully." ;;
4) 4)
if test -f "/var/log/3xipl-banned.log"; then if test -f "/var/log/3xipl-banned.log"; then
cat /var/log/3xipl-banned.log cat /var/log/3xipl-banned.log