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

View File

@ -13,6 +13,7 @@ clap = { version = "4", features = ["derive"] }
governor = "0.5"
idna = "0.3"
lazy_static = "1.4.0"
parking_lot = "0.12"
regex = "1.7"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }