修改提示语

This commit is contained in:
陈国伟 2021-07-22 10:13:08 +08:00
parent e8a3c5eb84
commit 072c239c66

View File

@ -72,7 +72,7 @@ namespace FastGithub.Dns
var domain = items[1];
if (this.fastGithubConfig.IsMatch(domain))
{
this.logger.LogWarning($"hosts文件设置了[{domain}->{address}]{nameof(FastGithub)}对此域名反向代理失效");
this.logger.LogWarning($"由于你的hosts文件设置了[{domain}->{address}]{nameof(FastGithub)}无法加速此域名");
}
}
}