mirror of
https://gitlab.com/padavan-ng/padavan-ng.git
synced 2024-02-13 08:33:30 +08:00
4 lines
201 B
Bash
Executable File
4 lines
201 B
Bash
Executable File
wget -N https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz
|
|
gunzip -c GeoLite2-Country.mmdb.gz >GeoLite2-Country.mmdb
|
|
python `dirname $0`/mmdb-convert.py GeoLite2-Country.mmdb
|