Skip to content

Commit 8e19157

Browse files
hulthedlon
authored andcommitted
Make block-connection block even if disconnected
1 parent 3daced0 commit 8e19157

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mullvad-cli/src/cmds/debug.rs

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ impl DebugCommands {
3232
);
3333
rpc.set_relay_settings(RelaySettings::Normal(constraints))
3434
.await?;
35+
36+
rpc.connect_tunnel().await?;
37+
3538
eprintln!("WARNING: ENTERED BLOCKED MODE");
3639
Ok(())
3740
}

0 commit comments

Comments
 (0)