From cbed3e439590682b38e2cac02867095300f692fd Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sat, 14 Sep 2024 13:46:51 +0200 Subject: [PATCH] UFW-AbuseIPDB-Reporter/1.0.1 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ace244d..fe84b3a 100644 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ EOF download_file() { local url="$1" 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 echo "INFO: Using wget to download the file. Please wait..."