mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 19:44:56 +02:00
geoip: re-add Maxmind scripts
This commit is contained in:

committed by
Jan Engelhardt

parent
0021003dc7
commit
c09d0704af
7
geoip/xt_geoip_dl_maxmind
Executable file
7
geoip/xt_geoip_dl_maxmind
Executable 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
|
Reference in New Issue
Block a user