varnishcache-friends / libvmod-geoip2

Varnish VMOD to query MaxMind GeoIP2 DB files
BSD 2-Clause "Simplified" License
39 stars 17 forks source link

Gracefully reload maxmind DB #25

Closed vladbondarenko closed 6 years ago

vladbondarenko commented 6 years ago

Hi,

Is there any possibility of gracefully reload Maxmind db after db upgrade? Can libvmod-geoip2 re-read db file from time to time?

Thanks.

fgsch commented 6 years ago

Please see https://github.com/fgsch/libvmod-geoip2#db-updates.

vladbondarenko commented 6 years ago

Thanks.