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:
authorpwnnex <pwnnex@proton.me>2026-04-23 21:11:45 +0300
committerpwnnex <pwnnex@proton.me>2026-04-23 21:11:45 +0300
commit5f7c7c5f3d1e470ef07608d382c49ddb1f59767f (patch)
tree672fa4ba149a59ea6c3ccd3c162f351fc72a67a7 /web/controller
parent530c1597b87b95b1f22c6c25ab9a6041849b5a42 (diff)
iplimit: dont count idle db-only ips toward the per-client limit
after #4083 the staleness window is 30 minutes, which still lets an ip that stopped connecting a few minutes ago sit in the db blob and keep the protected slot on the ascending sort. the ip that is actually connecting right now gets classified as excess and sent to fail2ban, and never lands in inbound_client_ips.ips so the panel doesnt show it until you clear the log by hand. only count ips observed in the current scan toward the limit. db-only entries stay in the blob for display but dont participate in the ban decision. live subset still uses the "protect oldest, ban newcomer" rule. closes #4091. followup to #4077.
Diffstat (limited to 'web/controller')
0 files changed, 0 insertions, 0 deletions