Skip to content

Commit

Permalink
Update main2.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbromt authored Dec 19, 2024
1 parent 5505bf5 commit 1d7c251
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mitmproxy-windows/redirector/src/main2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ async fn main() -> Result<()> {

continue;
};
let connection_id = ConnectionId {
proto,
src: SocketAddr::from((address.local_address(), address.local_port())),
dst: SocketAddr::from((address.remote_address(), address.remote_port())),
};

if connection_id.src.ip().is_multicast() || connection_id.dst.ip().is_multicast() {

Expand Down

0 comments on commit 1d7c251

Please sign in to comment.