Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
645e09eb05 |
3 changed files with 8 additions and 8 deletions
|
|
@ -33,12 +33,12 @@ See also this: [sefinek/Cloudflare-WAF-To-AbuseIPDB](https://github.com/sefinek/
|
|||
## 📥 Installation
|
||||
### curl
|
||||
```bash
|
||||
bash <(curl -s https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
bash <(curl -s https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/bash/install.sh)
|
||||
```
|
||||
|
||||
### wget
|
||||
```bash
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/bash/install.sh)
|
||||
```
|
||||
|
||||
The installation script will automatically download and configure the tool on your machine. During the installation process, you will be prompted to provide an [AbuseIPDB API token](https://www.abuseipdb.com/account/api).
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ Zobacz również to: [sefinek/Cloudflare-WAF-To-AbuseIPDB](https://github.com/se
|
|||
## 📥 Instalacja
|
||||
### curl
|
||||
```bash
|
||||
bash <(curl -s https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
bash <(curl -s https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/bash/install.sh)
|
||||
```
|
||||
|
||||
### wget
|
||||
```bash
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/install.sh)
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/bash/install.sh)
|
||||
```
|
||||
|
||||
Skrypt instalacyjny automatycznie pobierze i skonfiguruje narzędzie na komputerze użytkownika. Podczas procesu instalacji zostaniesz poproszony o podanie [tokenu API AbuseIPDB](https://www.abuseipdb.com/account/api).
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
###
|
||||
# https://github.com/sefinek/UFW-AbuseIPDB-Reporter
|
||||
# https://github.com/sefinek/UFW-AbuseIPDB-Reporter (branch bash)
|
||||
##
|
||||
|
||||
VERSION="1.1.2"
|
||||
DATE="20.12.2024"
|
||||
VERSION="1.1.3"
|
||||
DATE="08.02.2025"
|
||||
REPO="https://github.com/sefinek/UFW-AbuseIPDB-Reporter"
|
||||
|
||||
cat << "EOF"
|
||||
|
|
@ -131,7 +131,7 @@ echo
|
|||
|
||||
|
||||
# =========================== Prepare reporter.sh script ===========================
|
||||
GITHUB_URL="https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/main/reporter.sh"
|
||||
GITHUB_URL="https://raw.githubusercontent.com/sefinek/UFW-AbuseIPDB-Reporter/bash/reporter.sh"
|
||||
echo "INFO: Downloading reporter.sh from $GITHUB_URL..."
|
||||
if ! download_file "$GITHUB_URL" "$script_path"; then
|
||||
echo "FAIL: Something went wrong while downloading the file from GitHub servers! Maybe try running this script as sudo?"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue