mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
添加日志 记录未知的请求
This commit is contained in:
parent
267716ed39
commit
abac9e0e29
|
@ -110,6 +110,7 @@ namespace FastTunnel.Core.Server
|
|||
if (!WebList.TryGetValue(domain, out web))
|
||||
{
|
||||
_logger.LogError($"客户端不存在:'{domain}'");
|
||||
_logger.LogDebug(words);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user