logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 28dadbd697ced8682db193987594b628421f7c10
parent 503887c7f35ec23c9057a35c2d20a94f2f54418a
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 16 Mar 2020 11:53:10 +0100

Remove direct link to GeoLite2 databases.

Direct downloads links are deprecated, MaxMind stopped distributing the
databases under the CC BY-SA 4.0 license.

To download newer versions, users will need to obtain a free license key
from MaxMind and accept an EULA.

Diffstat:
MREADME.md | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -113,9 +113,7 @@ CMake: cmake -DGEOIP2DIR=/var/db/GeoIP . -The free GeoLite2 databases from MaxMind can be downloaded [here][8]: - - https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz +The free GeoLite2 databases from MaxMind can be downloaded [here][8]. ## Usage