summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-08-09 11:08:54 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-08-13 13:26:43 +0200
commit10f4249b8b0bd7ae215b21354fe66f47d491d3cd (patch)
tree29460cf9e37cf79ed26bbd3654a98c98d7c405d8
parent47381e70c3b3b46599c96dd14621e36930ae8747 (diff)
downloadmullvadvpn-10f4249b8b0bd7ae215b21354fe66f47d491d3cd.tar.xz
mullvadvpn-10f4249b8b0bd7ae215b21354fe66f47d491d3cd.zip
Update missing comment
-rw-r--r--talpid-tunnel/src/tun_provider/android/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-tunnel/src/tun_provider/android/mod.rs b/talpid-tunnel/src/tun_provider/android/mod.rs
index f7f72ca6b0..cbea6c2731 100644
--- a/talpid-tunnel/src/tun_provider/android/mod.rs
+++ b/talpid-tunnel/src/tun_provider/android/mod.rs
@@ -146,7 +146,7 @@ impl AndroidTunProvider {
}
/// Open a tunnel device that routes everything but (potentially) LAN routes via the tunnel
- /// device.
+ /// device. Excluded apps will also be kept.
///
/// Will open a new tunnel if there is already an active tunnel. The previous tunnel will be
/// closed.