diff options
| author | Pontus Falk <32688294+sm0rux@users.noreply.github.com> | 2020-12-16 12:25:46 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-12-16 12:26:32 +0100 |
| commit | 683d2e3468445929c02ab2894b184adb1db20e01 (patch) | |
| tree | be99d982200b7da4623ca1a1afd258bba67ee23f | |
| parent | 691d14ffd8bb3f7dc53549b173646b07c17cd9b4 (diff) | |
| download | mullvadvpn-683d2e3468445929c02ab2894b184adb1db20e01.tar.xz mullvadvpn-683d2e3468445929c02ab2894b184adb1db20e01.zip | |
Added iOS info (#2350)
* Added iOS info
Not sure, but I think the iOS app handles "WireGuard" and "Optional local network access" as the Android app does.
* Minor change :)
* Even more minor change :)
| -rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -45,12 +45,14 @@ in other DEs, but we don't regularly test those. Here is a table containing the features of the app across platforms. This reflects the current state of latest master, not necessarily any existing release. -| | Windows | Linux | macOS | Android | -|-------------------------------|:-------:|:-----:|:-----:|:-------:| -| OpenVPN | ✓ | ✓ | ✓ | | -| WireGuard | ✓ | ✓ | ✓ | ✓ | -| OpenVPN over Shadowsocks | ✓ | ✓ | ✓ | | -| Optional local network access | ✓ | ✓ | ✓ | ✓ | +| | Windows | Linux | macOS | Android | iOS | +|-------------------------------|:-------:|:-----:|:-----:|:-------:|:---:| +| OpenVPN | ✓ | ✓ | ✓ | | | +| WireGuard | ✓ | ✓ | ✓ | ✓ | ✓ | +| OpenVPN over Shadowsocks | ✓ | ✓ | ✓ | | | +| Optional local network access | ✓ | ✓ | ✓ | ✓ | ✓\* | + +\* The local network is always accessible on iOS with the current implementation ## Security and anonymity |
