Skip to content

Commit

Permalink
Make block-connection block even if disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe committed Feb 28, 2024
1 parent 3daced0 commit e7b708e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mullvad-cli/src/cmds/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ impl DebugCommands {
);
rpc.set_relay_settings(RelaySettings::Normal(constraints))
.await?;

rpc.connect_tunnel().await?;

eprintln!("WARNING: ENTERED BLOCKED MODE");
Ok(())
}
Expand Down

0 comments on commit e7b708e

Please sign in to comment.