diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-09 07:14:34 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-10 09:33:06 +0200 |
| commit | 3db623252c6b5963cc0af8735d912ea95b26cfc8 (patch) | |
| tree | 7f974b5d6b8b8466b6fba71e2806e3ad4c7ed9a3 | |
| parent | 40518deef24624c6495e4121ba679cc9bbedd086 (diff) | |
| download | mullvadvpn-3db623252c6b5963cc0af8735d912ea95b26cfc8.tar.xz mullvadvpn-3db623252c6b5963cc0af8735d912ea95b26cfc8.zip | |
Update feature table to include LWO
Mark LWO as available on all platforms except iOS.
| -rw-r--r-- | README.md | 33 |
1 files changed, 17 insertions, 16 deletions
@@ -51,22 +51,23 @@ in other DEs, but we don't regularly test those. Here is a table containing the features of the app across platforms. This is intended to reflect the current state of the latest code in git, not necessarily any existing release. -| | Windows | Linux | macOS | Android | iOS | -|-------------------------------|:-------:|:-----:|:-----:|:-------:|:---:| -| OpenVPN | ✓ | ✓ | ✓ | | | -| WireGuard | ✓ | ✓ | ✓ | ✓ | ✓ | -| Quantum-resistant tunnels | ✓ | ✓ | ✓ | ✓ | ✓ | -| [DAITA] | ✓ | ✓ | ✓ | ✓ | ✓ | -| WireGuard multihop | ✓ | ✓ | ✓ | ✓ | ✓ | -| WireGuard over TCP | ✓ | ✓ | ✓ | ✓ | ✓ | -| WireGuard over Shadowsocks | ✓ | ✓ | ✓ | ✓ | ✓ | -| WireGuard over QUIC | ✓ | ✓ | ✓ | ✓ | ✓ | -| OpenVPN over Shadowsocks | ✓ | ✓ | ✓ | | | -| Split tunneling | ✓ | ✓ | ✓ | ✓ | | -| Custom DNS server | ✓ | ✓ | ✓ | ✓ | ✓ | -| Content blockers (Ads etc) | ✓ | ✓ | ✓ | ✓ | ✓ | -| Optional local network access | ✓ | ✓ | ✓ | ✓ | ✓\* | -| [Externally audited](./audits)| ✓ | ✓ | ✓ | ✓ | ✓ | +| | Windows | Linux | macOS | Android | iOS | +|-----------------------------------------|:-------:|:-----:|:-----:|:-------:|:---:| +| OpenVPN | ✓ | ✓ | ✓ | | | +| WireGuard | ✓ | ✓ | ✓ | ✓ | ✓ | +| Quantum-resistant tunnels | ✓ | ✓ | ✓ | ✓ | ✓ | +| [DAITA] | ✓ | ✓ | ✓ | ✓ | ✓ | +| WireGuard multihop | ✓ | ✓ | ✓ | ✓ | ✓ | +| WireGuard over TCP | ✓ | ✓ | ✓ | ✓ | ✓ | +| WireGuard over Shadowsocks | ✓ | ✓ | ✓ | ✓ | ✓ | +| WireGuard over QUIC | ✓ | ✓ | ✓ | ✓ | ✓ | +| Lightweight WireGuard Obfuscation (LWO) | ✓ | ✓ | ✓ | ✓ | | +| OpenVPN over Shadowsocks | ✓ | ✓ | ✓ | | | +| Split tunneling | ✓ | ✓ | ✓ | ✓ | | +| Custom DNS server | ✓ | ✓ | ✓ | ✓ | ✓ | +| Content blockers (Ads etc) | ✓ | ✓ | ✓ | ✓ | ✓ | +| Optional local network access | ✓ | ✓ | ✓ | ✓ | ✓\* | +| [Externally audited](./audits) | ✓ | ✓ | ✓ | ✓ | ✓ | \* The local network is always accessible on iOS with the current implementation |
