add log
This commit is contained in:
parent
4d181e413c
commit
9b64df1d97
@ -96,6 +96,11 @@ namespace FastGithub.Dns
|
||||
}
|
||||
}
|
||||
|
||||
if (response.AnswerRecords.Count == 0)
|
||||
{
|
||||
this.logger.LogWarning($"无法获得{domain}的最快ip");
|
||||
}
|
||||
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user