diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-12-09 16:38:10 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-01-07 21:50:38 +0100 |
| commit | c85a5ac79e4e8a9ead739552c6375aa3088003d3 (patch) | |
| tree | 07d8b5e083f341a9f5a32fd5887292147b3f49b2 /docs/security.md | |
| parent | d859eefd5852c779d28b2b8e6e6f38818914269f (diff) | |
| download | mullvadvpn-c85a5ac79e4e8a9ead739552c6375aa3088003d3.tar.xz mullvadvpn-c85a5ac79e4e8a9ead739552c6375aa3088003d3.zip | |
Add initial macOS deviations
Diffstat (limited to 'docs/security.md')
| -rw-r--r-- | docs/security.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/security.md b/docs/security.md index 385d461041..8793681691 100644 --- a/docs/security.md +++ b/docs/security.md @@ -81,6 +81,11 @@ The following network traffic is always allowed to flow. It is never blocked, re * Incoming UDP from `*:68` to `255.255.255.255:67` * Outgoing UDP from `*:67` to `*:68` +#### macOS deviations + +* The app does not look at ICMPv6 type and code headers. So all ICMPv6 is allowed between the + specified IP networks + ### Disconnected This is the default state that the `mullvad-daemon` starts in when the device boots, unless |
