添加日志 记录未知的请求

This commit is contained in:
SpringHgui 2020-01-08 11:05:25 +08:00
parent 267716ed39
commit abac9e0e29

View File

@ -110,6 +110,7 @@ namespace FastTunnel.Core.Server
if (!WebList.TryGetValue(domain, out web))
{
_logger.LogError($"客户端不存在:'{domain}'");
_logger.LogDebug(words);
return;
}