Files
xtables-addons/geoip/xt_geoip_dl_maxmind
2020-11-19 13:03:42 +01:00

8 lines
191 B
Bash
Executable File

#!/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