Change the REPORT_INTERVAL value to 12h
This commit is contained in:
parent
039dd09a1d
commit
03cb723f53
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
LOG_FILE="/var/log/ufw.log"
|
||||
ENCODED_API_KEY_FILE="./.abuseipdb_token"
|
||||
REPORTED_IPS_FILE="/tmp/ufw-abuseipdb-reporter.cache"
|
||||
REPORT_INTERVAL=18000 # 5h (seconds)
|
||||
REPORT_INTERVAL=43200 # 12h (seconds)
|
||||
|
||||
declare -A reported_ips
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue