diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-10-25 11:05:43 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-10-30 14:57:46 +0100 |
| commit | 1d2aee7a736ed4e6eda1915ddffca84916841b5f (patch) | |
| tree | 1f9bface5dd14a131b0e26ec2805bc1863407d58 /mullvad-cli/src | |
| parent | 1bbfe8c90dff4f0abb84f7fea4ddc4fff1b44e7c (diff) | |
| download | mullvadvpn-1d2aee7a736ed4e6eda1915ddffca84916841b5f.tar.xz mullvadvpn-1d2aee7a736ed4e6eda1915ddffca84916841b5f.zip | |
Set TCP as transport and recreate tunnel when proxy is configured
Diffstat (limited to 'mullvad-cli/src')
| -rw-r--r-- | mullvad-cli/src/cmds/tunnel.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-cli/src/cmds/tunnel.rs b/mullvad-cli/src/cmds/tunnel.rs index d8909f3314..329f72f6bd 100644 --- a/mullvad-cli/src/cmds/tunnel.rs +++ b/mullvad-cli/src/cmds/tunnel.rs @@ -303,6 +303,7 @@ impl Tunnel { } println!("proxy details have been updated"); + println!("note: The OpenVPN tunnel constraints have been updated to use TCP"); Ok(()) } |
