Made the geoip database reloadable

This commit is contained in:
Slatian
2023-03-26 14:27:16 +02:00
parent 51f27be997
commit 6a57780490
4 changed files with 42 additions and 24 deletions

1
Cargo.lock generated
View File

@ -372,6 +372,7 @@ dependencies = [
"idna 0.3.0",
"lazy_static",
"maxminddb",
"parking_lot",
"regex",
"serde",
"tera",