fix(acl): maxmind error even if configured, refactor

This commit is contained in:
yusing
2025-05-14 13:44:43 +08:00
parent 8e27886235
commit b490e8c475
5 changed files with 47 additions and 19 deletions

View File

@@ -248,8 +248,6 @@ func (cfg *Config) load() gperr.Error {
err := model.ACL.Start(cfg.task)
if err != nil {
errs.Add(err)
} else {
logging.Info().Msg("ACL started")
}
}