1
0
Fork 0
This commit is contained in:
Henrik Hautakoski 2023-12-07 19:18:03 +01:00
parent bd3aa5e948
commit 0f21902ffd
11 changed files with 96 additions and 80 deletions

View file

@ -33,7 +33,7 @@ func NewApp(config *Config) (*App, error) {
return &App{
ProviderManager: providerMgr,
iplookup: ip.NewCache(resolver.LookupWrapper(l)).Get,
iplookup: ip.NewCache(ip.LookupWrapper(l)).Get,
}, nil
}