diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-04-03 10:00:58 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-04-03 11:50:11 +0200 |
| commit | ba31bee6e84bea28ee0e01cf4da414b15826f985 (patch) | |
| tree | cc27028abdfa69b9b99406c16661bd492d8bac0b /docs/security.md | |
| parent | d3dae68c25035c24292c849c222e73a57318484d (diff) | |
| download | mullvadvpn-ba31bee6e84bea28ee0e01cf4da414b15826f985.tar.xz mullvadvpn-ba31bee6e84bea28ee0e01cf4da414b15826f985.zip | |
Allow fc00::/7 instead of fd00::/8 for unique local addresses
Diffstat (limited to 'docs/security.md')
| -rw-r--r-- | docs/security.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/security.md b/docs/security.md index bcd1723177..6ec2547bba 100644 --- a/docs/security.md +++ b/docs/security.md @@ -76,7 +76,7 @@ The following network traffic is allowed or blocked independent of state: * `192.168.0.0/16` * `169.254.0.0/16` (Link-local IPv4 range) * `fe80::/10` (Link-local IPv6 range) - * `fd00::/8` (Unique-local range) + * `fc00::/7` (Unique local address (ULA) range) * Outgoing to any IP in a local, unroutable, multicast network, meaning these: * `224.0.0.0/24` (Local subnet IPv4 multicast) * `239.255.0.0/16` (IPv4 local scope. eg. SSDP and mDNS) |
