ConSol-Monitoring / snclient

SNClient+ - Cross platform monitoring agent
MIT License
48 stars 8 forks source link

fix name resolution of allowed hosts #11

Closed lausser closed 1 year ago

lausser commented 1 year ago

just replaced err != nil by err == nil, which means that a hostname could be resolved to a valid ip address and should be cached.