mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-30 14:56: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
|
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