mirror of
https://github.com/etlegacy/etlegacy-tools.git
synced 2024-11-23 20:42:55 +00:00
added GeoIP.dat updater script
This commit is contained in:
parent
b8e6e6fe0d
commit
1c0e72e4ae
1 changed files with 11 additions and 0 deletions
11
update/update-geoip.sh
Normal file
11
update/update-geoip.sh
Normal 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
|
||||
|
Loading…
Reference in a new issue