* [PATCH v1 1/1] Update download script for DBIP database
@ 2020-04-20 0:09 Philip Prindeville
0 siblings, 0 replies; only message in thread
From: Philip Prindeville @ 2020-04-20 0:09 UTC (permalink / raw)
To: netfilter; +Cc: Philip Prindeville
From: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
---
geoip/xt_geoip_dl | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/geoip/xt_geoip_dl b/geoip/xt_geoip_dl
old mode 100755
new mode 100644
index 1de60442a8040f55d775d134d7a8ea707582d71e..91aa95b650a968fb8cd989ac5b08ec890a45f008
--- a/geoip/xt_geoip_dl
+++ b/geoip/xt_geoip_dl
@@ -1,7 +1,11 @@
#!/bin/sh
-rm -rf GeoLite2-Country-CSV_*
+timestamp=$(date "+%Y-%m")
-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
+wget -q "https://download.db-ip.com/free/dbip-country-lite-${timestamp}.csv.gz"
+
+zcat dbip-country-lite-${timestamp}.csv.gz > dbip-country-lite.csv
+
+rm -f dbip-country-lite-${timestamp}.csv.gz
+
+exit 0
--
2.17.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-20 0:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-20 0:09 [PATCH v1 1/1] Update download script for DBIP database Philip Prindeville
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox