UFW-AbuseIPDB-Reporter/1.0.1

This commit is contained in:
Sefinek 2024-09-14 13:46:51 +02:00
parent a43d851c14
commit cbed3e4395

View file

@ -27,7 +27,7 @@ EOF
download_file() { download_file() {
local url="$1" local url="$1"
local output="$2" local output="$2"
local user_agent="UFW-AbuseIPDB-Reporter/1.0.0 (+https://github.com/sefinek24/UFW-AbuseIPDB-Reporter)" local user_agent="UFW-AbuseIPDB-Reporter/1.0.1 (+https://github.com/sefinek24/UFW-AbuseIPDB-Reporter)"
if command -v wget >/dev/null 2>&1; then if command -v wget >/dev/null 2>&1; then
echo "INFO: Using wget to download the file. Please wait..." echo "INFO: Using wget to download the file. Please wait..."