mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-30 06:46:17 +00:00
reduced ip limit detection frequency to 30 sec (less logging, more precise)
changed maxretry in fail2ban jail config to 2 to fit above
This commit is contained in:
parent
29d854eae7
commit
eb1bf1148e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func processLogFile() {
|
|||
checkError(err)
|
||||
}
|
||||
}
|
||||
time.Sleep(10 * time.Second)
|
||||
time.Sleep(30 * time.Second)
|
||||
|
||||
}
|
||||
func GetAccessLogPath() string {
|
||||
|
|
Loading…
Reference in a new issue