Change the REPORT_INTERVAL value to 12h

This commit is contained in:
Sefinek 2024-09-06 23:13:18 +02:00
parent 039dd09a1d
commit 03cb723f53

View file

@ -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