diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-10-23 12:47:01 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-10-30 14:57:46 +0100 |
| commit | 10045211735d5040de7df927a13dc4182360865d (patch) | |
| tree | 7354b6bbc63e29767c00c55f7772a9ecfd51c5d5 /talpid-core/src | |
| parent | 1d2aee7a736ed4e6eda1915ddffca84916841b5f (diff) | |
| download | mullvadvpn-10045211735d5040de7df927a13dc4182360865d.tar.xz mullvadvpn-10045211735d5040de7df927a13dc4182360865d.zip | |
Update changelog
Diffstat (limited to 'talpid-core/src')
| -rw-r--r-- | talpid-core/src/tunnel/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs index 1d8d2e967f..beb6b78116 100644 --- a/talpid-core/src/tunnel/mod.rs +++ b/talpid-core/src/tunnel/mod.rs @@ -172,7 +172,6 @@ impl TunnelMonitor { let proxy_auth_file = Self::create_proxy_auth_file(&tunnel_options.openvpn.proxy) .chain_err(|| ErrorKind::CredentialsWriteError)?; - // todo: also send proxy file let cmd = Self::create_openvpn_cmd( tunnel_endpoint.to_endpoint(), tunnel_alias, |
