summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-12-10 15:15:42 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-01-07 21:50:38 +0100
commit3a7f468b604a25d4da2c88a45b01f4b4b370026b (patch)
treecd25645c286de06edb009fe83f16b6814ae7571a /docs
parente22caf0e162d47a3f7e1f1829b57f2a2d459a2f8 (diff)
downloadmullvadvpn-3a7f468b604a25d4da2c88a45b01f4b4b370026b.tar.xz
mullvadvpn-3a7f468b604a25d4da2c88a45b01f4b4b370026b.zip
Clarify always allowed traffic
Diffstat (limited to 'docs')
-rw-r--r--docs/security.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/security.md b/docs/security.md
index a447b3a8ba..abdcc4fc12 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -47,18 +47,18 @@ will be blocked and allowed during them.
Except what is described as allowed in this document, all network packets should be blocked.
-The following network traffic is always allowed to flow. It is never blocked, regardless of state:
+The following network traffic is allowed or blocked independent of state:
-1. All traffic on loopback adapters
+1. All traffic on loopback adapters is always allowed.
-1. DHCPv4 and DHCPv6 requests to go out and responses to come in:
+1. DHCPv4 and DHCPv6 requests are always allowed to go out and responses to come in:
* Outgoing UDP from `*:68` to `255.255.255.255:67` (client to server)
* Incoming UDP `*:67` to `*:68` (server to client)
* Outgoing UDP from `[fe80::]/10:546` to `[ff02::1:2]:547` and `[ff05::1:3]:547` (client to
server)
* Incoming UDP from `[fe80::]/10:547` to `[fe80::]/10:546` (server to client)
-1. Router solicitation, advertisement and redirects (subset of NDP):
+1. Router solicitation, advertisement and redirects (subset of NDP) is always allowed:
* Outgoing to `ff02::2`, but only ICMPv6 with type 133 and code 0.
* Incoming from `[fe80::]/10`, but only ICMPv6 type 134 or 137 and code 0.