This commit is contained in:
陈国伟 2021-07-14 13:24:32 +08:00
parent 4d181e413c
commit 9b64df1d97

View File

@ -96,6 +96,11 @@ namespace FastGithub.Dns
}
}
if (response.AnswerRecords.Count == 0)
{
this.logger.LogWarning($"无法获得{domain}的最快ip");
}
return response;
}
}