libvmod-geoip2 icon indicating copy to clipboard operation
libvmod-geoip2 copied to clipboard

Varnish VMOD to query MaxMind GeoIP2 DB files

Results 4 libvmod-geoip2 issues
Sort by recently updated
recently updated
newest added

Test `b00002` completes in `60.4s` and is killed right before completion. I increased the varnishtest timeout to `120s` (default is `60s`)

Currently we use the files from libmaxminddb. This means that it is impossible to run `make check` from a GH created tarball (or zip) since submodules are not packaged. One...

enhancement

This will make possible to retrieve multiple values (e.g. location) in a single lookup and use something like [libvmod_jq](https://github.com/fgsch/libvmod-jq) to extract individual values and/or format it.

enhancement

Add CHANGES.md and document them.

documentation