fix: prevent app from quitting if one resolver failed
This commit is contained in:
parent
f1a1e3aae6
commit
e5acf1214c
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ func main() {
|
||||||
resp, err := rslv.Lookup(q)
|
resp, err := rslv.Lookup(q)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
app.Logger.WithError(err).Error("error looking up DNS records")
|
app.Logger.WithError(err).Error("error looking up DNS records")
|
||||||
app.Logger.Exit(2)
|
|
||||||
}
|
}
|
||||||
responses = append(responses, resp)
|
responses = append(responses, resp)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue