make intranet also secured
This commit is contained in:
parent
539cf03ad5
commit
5b2c1eea75
@ -310,7 +310,7 @@ impl RendezvousMediator {
|
|||||||
});
|
});
|
||||||
let bytes = msg_out.write_to_bytes()?;
|
let bytes = msg_out.write_to_bytes()?;
|
||||||
socket.send_raw(bytes).await?;
|
socket.send_raw(bytes).await?;
|
||||||
crate::accept_connection(server.clone(), socket, peer_addr, false).await;
|
crate::accept_connection(server.clone(), socket, peer_addr, true).await;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user