mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
style(go): gofmt check_client_ip_job
This commit is contained in:
parent
c085fc3814
commit
2008ae6dc3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue