diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go index 0877d987..1bb58e06 100644 --- a/web/job/check_client_ip_job.go +++ b/web/job/check_client_ip_job.go @@ -26,8 +26,8 @@ type IPWithTimestamp struct { // CheckClientIpJob monitors client IP addresses from access logs and manages IP blocking based on configured limits. type CheckClientIpJob struct { - lastClear int64 - disAllowedIps []string + lastClear int64 + disAllowedIps []string fail2BanWarned bool }