added GeoIP.dat updater script

This commit is contained in:
Remy Marquis 2020-04-27 20:45:27 +02:00
parent b8e6e6fe0d
commit 1c0e72e4ae
1 changed files with 11 additions and 0 deletions

11
update/update-geoip.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
#
# ET:Legacy GeoIP.dat updater - Update archives on mirror.etlegacy.com/geoip
#
curl -O https://mailfud.org/geoip-legacy/GeoIP.dat.gz
gunzip -f GeoIP.dat.gz
tar -czf GeoIP.dat.tar.gz GeoIP.dat
rm GeoIP.dat