mirror of
https://github.com/adulau/mmdb-server.git
synced 2024-11-07 11:36:24 +00:00
7 lines
229 B
Bash
7 lines
229 B
Bash
|
#!/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
|