Parent Directory | Revision Log | Revision Graph
make: « clog » est à jour.
1 | michel | 1.1 | diff -urN xtables-addons-1.47.1.old/geoip/xt_geoip_dl xtables-addons-1.47.1/geoip/xt_geoip_dl |
2 | --- xtables-addons-1.47.1.old/geoip/xt_geoip_dl 2020-01-11 11:03:01.000000000 +0400 | ||
3 | +++ xtables-addons-1.47.1/geoip/xt_geoip_dl 2020-01-11 11:07:26.045000000 +0400 | ||
4 | @@ -1,7 +1,13 @@ | ||
5 | #!/bin/sh | ||
6 | |||
7 | +LicenseKey=$(/sbin/e-smith/config get xt_geoip_LicenseKey) | ||
8 | +#echo $LicenseKey | ||
9 | + | ||
10 | rm -rf GeoLite2-Country-CSV_* | ||
11 | |||
12 | -wget -q http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip | ||
13 | +wget -O GeoLite2-Country-CSV.zip -q "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=${LicenseKey}&suffix=zip" | ||
14 | + | ||
15 | +#wget -q http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip | ||
16 | + | ||
17 | unzip -q GeoLite2-Country-CSV.zip | ||
18 | rm -f GeoLite2-Country-CSV.zip |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |