summaryrefslogtreecommitdiffhomepage
path: root/docs/security.md
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-09-27 13:10:47 +0200
committerEmīls Piņķis <emils@mullvad.net>2022-09-27 15:27:40 +0200
commit652e20aadb802fe03585b4f61fe501d03477b046 (patch)
tree9c8d94ca0badc6136968ad3986915efdec0517f8 /docs/security.md
parentb6e6939cd5c8c4ba47a724e31f62b1c5078ac8d5 (diff)
downloadmullvadvpn-652e20aadb802fe03585b4f61fe501d03477b046.tar.xz
mullvadvpn-652e20aadb802fe03585b4f61fe501d03477b046.zip
Document Android shortcoming
Diffstat (limited to 'docs/security.md')
-rw-r--r--docs/security.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/security.md b/docs/security.md
index 95185c4b72..01e0c2d1b1 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -33,8 +33,8 @@ An app with permission to act as a VPN service can request to open a VPN tunnel
provide a set of IP networks it would like to have routed via itself. Doing so and specifying
the routes `0/0` and `::0/0` forces all traffic to go via the app. That is what this app does both
when it has a VPN tunnel up, but also when in a state where it would like to block all network
-traffic. Such as the [connecting], [disconnecting] and [error] states. In these states, all
-packets are simply dropped.
+traffic. Such as the [connecting], [disconnecting] and [error] states. In these states, all outgoing
+packets are simply dropped, but incoming traffic is still allowed due to the limitations of Android.
### iOS