mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 21:23:01 +00:00
Compare commits
2 commits
8e81008cdc
...
e4301f8d93
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4301f8d93 | ||
|
|
c6586f8df2 |
1 changed files with 3 additions and 3 deletions
6
x-ui.sh
6
x-ui.sh
|
|
@ -1310,7 +1310,7 @@ EOF
|
|||
|
||||
cat << EOF > /etc/fail2ban/action.d/3x-ipl.conf
|
||||
[INCLUDES]
|
||||
before = iptables-common.conf
|
||||
before = iptables-allports.conf
|
||||
|
||||
[Definition]
|
||||
actionstart = <iptables> -N f2b-<name>
|
||||
|
|
@ -1358,8 +1358,8 @@ iplimit_main() {
|
|||
echo -e "${green}\t2.${plain} Change Ban Duration"
|
||||
echo -e "${green}\t3.${plain} Unban Everyone"
|
||||
echo -e "${green}\t4.${plain} Ban Logs"
|
||||
echo -e "${green}\t5.${plain} Unban an IP Address"
|
||||
echo -e "${green}\t6.${plain} Ban an IP Address"
|
||||
echo -e "${green}\t5.${plain} Ban an IP Address"
|
||||
echo -e "${green}\t6.${plain} Unban an IP Address"
|
||||
echo -e "${green}\t7.${plain} Real-Time Logs"
|
||||
echo -e "${green}\t8.${plain} Service Status"
|
||||
echo -e "${green}\t9.${plain} Service Restart"
|
||||
|
|
|
|||
Loading…
Reference in a new issue