diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-04 10:36:51 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-04 11:12:24 +0100 |
| commit | b1c667cfc3e2b7a65e95c2c2485572ebc6bc9b78 (patch) | |
| tree | 84b413be9fdd967cea8cf26f3943f1e2c94ff5d5 /docs | |
| parent | 84478959449f2e52074e0d6556f4f13acd4438df (diff) | |
| download | mullvadvpn-b1c667cfc3e2b7a65e95c2c2485572ebc6bc9b78.tar.xz mullvadvpn-b1c667cfc3e2b7a65e95c2c2485572ebc6bc9b78.zip | |
Add section on Windows Sandbox
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/known-issues.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/known-issues.md b/docs/known-issues.md index 2e9a2887d1..1a43886bf5 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -196,6 +196,18 @@ Windows host that Mullvad use to prevent leaks). This means that if there is a V up and running, the Linux guest’s traffic will be sent via the VPN with no leaks! In the other states, the mitigation above is used to prevent leaks. +#### Windows Sandbox + +The Hyper-V-specific firewall rules unfortunately do not apply to traffic from Windows Sandbox. +As a consequence, traffic from Windows Sandbox will leak during secured states, e.g. while switching +servers, or when disconnected with "lockdown mode" enabled. Another known issue with Windows Sandbox +is that DNS traffic is blocked when connected on the host OS, unless local network sharing is +enabled. + +We suggest installing and running the VPN inside Windows Sandbox, which solves both the issues of +leaks and DNS. It is possible to also run an instance of the VPN on the host without any conflicts, +as long as there are enough devices available on the account. + #### Edge using Application guard When running the Microsoft Edge browser with Microsoft Defender Application Guard activated, |
