diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-12-08 11:03:55 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-12-08 11:03:55 +0100 |
| commit | 5912ff99fc145f399a8a98730179ce01993acf05 (patch) | |
| tree | badf1a8b28707e66ffc71cc133d635704fb15d3e /docs | |
| parent | c9b676bef8c420523a74d1f530243a5e30e00613 (diff) | |
| parent | 74e8ebf76c4fa0bd0543111d4482731ba0a6d82b (diff) | |
| download | mullvadvpn-5912ff99fc145f399a8a98730179ce01993acf05.tar.xz mullvadvpn-5912ff99fc145f399a8a98730179ce01993acf05.zip | |
Merge branch 'win-fw-stricter-allowed-endpoint'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/security.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/security.md b/docs/security.md index 2f0b09e31c..67d4f3dcdf 100644 --- a/docs/security.md +++ b/docs/security.md @@ -99,6 +99,13 @@ The following network traffic is allowed or blocked independent of state: On Linux, any situation that permits incoming or outgoing traffic also allows that traffic to be forwarded. All other forward traffic is rejected. +#### Mullvad API + +The firewall allows traffic for the API regardless of tunnel state, to allow for updating keys, +fetching account data, etc. In the [Connected] state, this is only allowed inside the tunnel. +For the other states, it is allowed regardless. On Windows, only the Mullvad service and problem +report tool are able to communicate with the API in any of the blocking states. + ### Disconnected This is the default state that the `mullvad-daemon` starts in when the device boots, unless @@ -184,7 +191,6 @@ disconnect/quit is explicitly requested by the user. At the same time there migh when the app can't establish a tunnel for the device. This includes, but is not limited to: * Account runs out of time * The computer is offline -* the TAP adapter driver has an error or the adapter can't be found (Windows) * Some internal error parsing or modifying system routing table, DNS settings etc. In the above cases the app gives up trying to create a tunnel, but it can't go to the |
