Switch to GeoIP Cache DB

This commit is contained in:
Igor Chubin 2022-12-07 20:10:38 +01:00
parent 4855adeaf6
commit b8a7991cb6

View file

@ -89,7 +89,7 @@ func Default() *Config {
Geo{
IPCache: "/wttr.in/cache/ip2l",
IPCacheDB: "/wttr.in/cache/geoip.db",
CacheType: types.CacheTypeFiles,
CacheType: types.CacheTypeDB,
},
Logging{
AccessLog: "/wttr.in/log/access.log",