diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-11-29 13:12:05 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-01-07 21:50:38 +0100 |
| commit | ed44bd4346becebfaab5c5afac6ab2eb26148eaf (patch) | |
| tree | 92f12fd083ede7c2cc278718e64a19e8b744c04a /docs | |
| parent | 55040c10954df6d1a9900a17c6e01b05c6b59a7f (diff) | |
| download | mullvadvpn-ed44bd4346becebfaab5c5afac6ab2eb26148eaf.tar.xz mullvadvpn-ed44bd4346becebfaab5c5afac6ab2eb26148eaf.zip | |
Link "strict firewall rules" back to state section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/security.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/security.md b/docs/security.md index fd10f484c8..a0dd9f187a 100644 --- a/docs/security.md +++ b/docs/security.md @@ -157,10 +157,11 @@ that the VPN client pushes when it detects a problem. This in turn gives the imp might be a time window of insecurity between when the problem occurs and the app manages to "push" this virtual red button. Maybe that is how the clients who coined the term implemented it, but this app is much more proactive about stopping leaks. -This app applies strict firewall rules directly when it leaves the [disconnected] state and -keeps those rules active and enforced until the app comes back to the [disconnected] state via -an explicit user request again. Said strict firewall rules unsure that packets can only leave -or enter the computer in a few predefined ways, most notably to the selected VPN server of course. +This app applies [strict firewall rules](#app-states) directly when it leaves the [disconnected] +state and keeps those rules active and enforced until the app comes back to the [disconnected] +state via an explicit user request again. Said strict firewall rules unsure that packets can only +leave or enter the computer in a few predefined ways, most notably to the +selected VPN server of course. If the tunnel were to come down and your operating system tries to route packets out via the normal network rather than through the VPN, these rules would block them from leaving. So rather than failing open, meaning if the tunnel |
