mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-12-27 18:33:51 +01:00
8 lines
191 B
Bash
Executable File
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
|