mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
fix data not encrypted when no tun is enabled (#1435)
This commit is contained in:
@@ -285,7 +285,7 @@ impl IcmpProxy {
|
||||
tracing::warn!("peer manager is gone, icmp proxy send loop exit");
|
||||
return;
|
||||
};
|
||||
let ret = pm.send_msg(msg, to_peer_id).await;
|
||||
let ret = pm.send_msg_for_proxy(msg, to_peer_id).await;
|
||||
if ret.is_err() {
|
||||
tracing::error!("send icmp packet to peer failed: {:?}", ret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user