mmdb-server/db/update.sh

7 lines
229 B
Bash
Raw Normal View History

2022-07-09 07:18:35 +00:00
#!/bin/sh
wget https://cra.circl.lu/opendata/geo-open/mmdb-country/latest.mmdb
mv latest.mmdb GeoOpen-Country.mmdb
wget https://cra.circl.lu/opendata/geo-open/mmdb-country-asn/latest.mmdb
mv latest.mmdb GeoOpen-Country-ASN.mmdb