mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-30 06:46:17 +00:00
Update x-ui.sh
Co-authored-by: Ho3ein <ho3ein.sanaei@gmail.com>
This commit is contained in:
parent
0eb7e706ed
commit
b8ffe4767f
1 changed files with 4 additions and 1 deletions
5
x-ui.sh
5
x-ui.sh
|
@ -823,9 +823,12 @@ remove_iplimit(){
|
||||||
esac
|
esac
|
||||||
echo -e "${green}Fail2ban and IP Limit removed successfully!${plain}\n"
|
echo -e "${green}Fail2ban and IP Limit removed successfully!${plain}\n"
|
||||||
before_show_menu ;;
|
before_show_menu ;;
|
||||||
*)
|
0)
|
||||||
echo -e "${yellow}Cancelled.${plain}\n"
|
echo -e "${yellow}Cancelled.${plain}\n"
|
||||||
iplimit_main ;;
|
iplimit_main ;;
|
||||||
|
*)
|
||||||
|
echo -e "${red}Invalid option. Please select a valid number.${plain}\n"
|
||||||
|
remove_iplimit ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue