mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 03:36:19 +00:00
modified: x-ui.sh
This commit is contained in:
parent
655fc1cd8d
commit
1f7aa64603
1 changed files with 1 additions and 4 deletions
5
x-ui.sh
5
x-ui.sh
|
@ -1015,10 +1015,7 @@ EOF
|
|||
}
|
||||
|
||||
iplimit_remove_conflicts() {
|
||||
local jail_files=(
|
||||
/etc/fail2ban/jail.conf
|
||||
/etc/fail2ban/jail.local
|
||||
)
|
||||
local jail_files=(/etc/fail2ban/jail.conf /etc/fail2ban/jail.local)
|
||||
|
||||
for file in "${jail_files[@]}"; do
|
||||
# Check for [3x-ipl] config in jail file then remove it
|
||||
|
|
Loading…
Reference in a new issue