improve cidr matcher

This commit is contained in:
ginuerzh
2022-08-31 10:10:14 +08:00
parent d043ad94e7
commit be7af96d40
10 changed files with 42 additions and 149 deletions

View File

@ -255,6 +255,7 @@ func (h *Hosts) load(ctx context.Context) (mappings []Mapping, err error) {
}
}
h.options.logger.Debugf("load items %d", len(mappings))
return
}