mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-30 06:46:17 +00:00
Merge branch 'main' of https://github.com/somebodywashere/3x-ui
This commit is contained in:
commit
d000323394
1 changed files with 4 additions and 1 deletions
5
x-ui.sh
5
x-ui.sh
|
@ -825,9 +825,12 @@ remove_iplimit(){
|
|||
esac
|
||||
echo -e "${green}Fail2ban and IP Limit removed successfully!${plain}\n"
|
||||
before_show_menu ;;
|
||||
*)
|
||||
0)
|
||||
echo -e "${yellow}Cancelled.${plain}\n"
|
||||
iplimit_main ;;
|
||||
*)
|
||||
echo -e "${red}Invalid option. Please select a valid number.${plain}\n"
|
||||
remove_iplimit ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue