From 906fb186d204bda959a07c53324ed4eab076c44e Mon Sep 17 00:00:00 2001 From: somebodywashere <68244480+somebodywashere@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:13:58 +0000 Subject: [PATCH] Only unban IPs from 3x-ipl Jail --- x-ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-ui.sh b/x-ui.sh index b70c07f6..5bc0ee6f 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -700,8 +700,8 @@ iplimit_main() { fi iplimit_main ;; 3) - fail2ban-client reload --restart --unban --all - echo -e "${green}All users Unbanned and Jails restarted." ;; + fail2ban-client reload --restart --unban 3x-ipl + echo -e "${green}All users Unbanned successfully." ;; 4) if test -f "/var/log/3xipl-banned.log"; then cat /var/log/3xipl-banned.log