Change the filename to .abuseipdb_token
This commit is contained in:
parent
e7f202489e
commit
ddde4ca3b3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
LOG_FILE="/var/log/ufw.log"
|
LOG_FILE="/var/log/ufw.log"
|
||||||
ENCODED_API_KEY_FILE="./encoded_token.txt"
|
ENCODED_API_KEY_FILE="./.abuseipdb_token"
|
||||||
REPORTED_IPS_FILE="/tmp/reported_ips.txt"
|
REPORTED_IPS_FILE="/tmp/reported_ips.txt"
|
||||||
REPORT_INTERVAL=18000 # 5h (seconds)
|
REPORT_INTERVAL=18000 # 5h (seconds)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue