mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02: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
|