geoip: re-add Maxmind scripts

This commit is contained in:
Philip Prindeville
2020-05-25 14:05:42 -06:00
committed by Jan Engelhardt
parent 0021003dc7
commit c09d0704af
5 changed files with 375 additions and 4 deletions

7
geoip/xt_geoip_dl_maxmind Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
rm -rf GeoLite2-Country-CSV_*
wget -q http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip
unzip -q GeoLite2-Country-CSV.zip
rm -f GeoLite2-Country-CSV.zip