mirror of
https://github.com/adulau/mmdb-server.git
synced 2024-11-21 17:27:04 +00:00
add: [update] add basic script
This commit is contained in:
parent
1fe484c47b
commit
02efa46d4b
1 changed files with 6 additions and 0 deletions
6
db/update.sh
Normal file
6
db/update.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
Loading…
Reference in a new issue