From aeebbd18fd82b71df5d97b8edf3cdc5cc5856897 Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Wed, 30 Aug 2023 21:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=82=E5=B8=B8=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/src/ip_proxy/tcp_proxy.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vnt/src/ip_proxy/tcp_proxy.rs b/vnt/src/ip_proxy/tcp_proxy.rs index 1bce598..bf8485f 100644 --- a/vnt/src/ip_proxy/tcp_proxy.rs +++ b/vnt/src/ip_proxy/tcp_proxy.rs @@ -40,6 +40,8 @@ impl TcpProxy { log::warn!("{}->{},{}",sender_addr,dest_addr,e); } }); + }else { + log::warn!("tcp代理异常: 来源:{},未找到目标",sender_addr); } } SocketAddr::V6(_) => {}