diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-03-03 15:44:25 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-03-03 15:44:25 +0100 |
| commit | f19296b75bc393a520af934426a4b27a16d7e889 (patch) | |
| tree | 7d9c83229bb8561dbded90aaca692ead3c680984 | |
| parent | 802da016d6637efe16ea894e6b97321827d3a58c (diff) | |
| parent | 24a87a1945e95f919f305cd6936089a756d028d2 (diff) | |
| download | mullvadvpn-f19296b75bc393a520af934426a4b27a16d7e889.tar.xz mullvadvpn-f19296b75bc393a520af934426a4b27a16d7e889.zip | |
Merge branch 'update-support-and-feature-table'
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -40,8 +40,8 @@ security. | Linux (Ubuntu)| The two latest LTS releases and the latest non-LTS releases | | Linux (Fedora) | The versions that are not yet [EOL](https://fedoraproject.org/wiki/End_of_life) | | Linux (Debian) | The versions that are not yet [EOL](https://wiki.debian.org/DebianReleases) | -| Android | The four latest major releases| -| iOS | 12 and newer | +| Android | 8 and newer | +| iOS | 13 and newer | On Linux we test using the Gnome desktop environment. The app should, and probably does work in other DEs, but we don't regularly test those. @@ -55,11 +55,15 @@ the current state of the latest code in git, not necessarily any existing releas |-------------------------------|:-------:|:-----:|:-----:|:-------:|:---:| | OpenVPN | ✓ | ✓ | ✓ | | | | WireGuard | ✓ | ✓ | ✓ | ✓ | ✓ | +| Quantum-resistant tunnels | ✓ | ✓ | ✓ | | | +| WireGuard multihop | ✓ | ✓ | ✓ | | | +| WireGuard over TCP | ✓ | ✓ | ✓ | | | | OpenVPN over Shadowsocks | ✓ | ✓ | ✓ | | | | Split tunneling | ✓ | ✓ | | ✓ | | | Custom DNS server | ✓ | ✓ | ✓ | ✓ | ✓ | -| Ad and tracker blocking | ✓ | ✓ | ✓ | | ✓ | +| Content blockers (Ads etc) | ✓ | ✓ | ✓ | | ✓ | | Optional local network access | ✓ | ✓ | ✓ | ✓ | ✓\* | +| [Externally audited](./audits)| ✓ | ✓ | ✓ | ✓ | ✓ | \* The local network is always accessible on iOS with the current implementation |
