Update DigitalOcean data

This commit is contained in:
2025-04-05 14:47:36 +02:00
parent 11d2818ecc
commit 675c79d94e
4 changed files with 321 additions and 1443 deletions

View File

@ -11,7 +11,12 @@ UA="$1"
set -x
cd ./data/
PROJECT_ROOT="$(realpath $(dirname $0)/../)"
# Last checked: 05/04/2025
echo "Running in: $PROJECT_ROOT"
cd "$PROJECT_ROOT/data/scanners/"
# Fetch digitalocean declared IPs
curl https://digitalocean.com/geo/google.csv -s -L -# -o - | cut -d ',' -f 1 | sort | uniq > digitalocean_ips.txt