Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomebodywashere <68244480+somebodywashere@users.noreply.github.com>2023-08-01 23:58:16 +0300
committerGitHub <noreply@github.com>2023-08-01 23:58:16 +0300
commitdd0217b46b7a557c52a7f8a19b08530cb2878219 (patch)
tree9efa21dea60259b3e19b769873c9a6d0fd5495a2 /x-ui.sh
parentb805bf62229ef4a1211b6bc1e7603c07b12b9653 (diff)
IP Limit Tweaks to reduce false bans (#850)
* IP Limit Tweaks to reduce false bans 1) Check IPs every 10s instead of 20s 2) F2B jail: maxretry 3 -> 4, findtime 100 -> 60 * USERS SHOULD UPDATE BANTIME ONCE AFTER UPDATE to recreate jail for Ip Limit
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/x-ui.sh b/x-ui.sh
index 001f6317..d0523e7f 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -713,8 +713,8 @@ enabled=true
filter=3x-ipl
action=3x-ipl
logpath=${iplimit_log_path}
-maxretry=3
-findtime=100
+maxretry=4
+findtime=60
bantime=${bantime}m
EOF