mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-30 06:46:17 +00:00
Only unban IPs from 3x-ipl Jail
This commit is contained in:
parent
1a79e07db0
commit
906fb186d2
1 changed files with 2 additions and 2 deletions
4
x-ui.sh
4
x-ui.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue