增加异常日志

This commit is contained in:
lubeilin
2023-08-30 21:53:49 +08:00
parent baa71a51eb
commit aeebbd18fd
+2
View File
@@ -40,6 +40,8 @@ impl TcpProxy {
log::warn!("{}->{},{}",sender_addr,dest_addr,e);
}
});
}else {
log::warn!("tcp代理异常: 来源:{},未找到目标",sender_addr);
}
}
SocketAddr::V6(_) => {}