diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-09-27 16:35:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-09-27 16:35:42 -0400 |
| commit | aa74d79e598abc5f7d2cdc44037ece2865579d1f (patch) | |
| tree | 6972b133a2f0519949ee971e3717e2dea4babf5f /static | |
| parent | 2b14a2de7ada46f7db28dadab9e58c8408f9bf16 (diff) | |
clat fix doesn't resolve VPN lockdown issue
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 5ddc6be8..15cbd676 100644 --- a/static/releases.html +++ b/static/releases.html @@ -590,7 +590,7 @@ <ul> <li>GmsCompatConfig: disable com.google.android.westworld to avoid Play services crashes</li> - <li>backport fix for clat on restricted networks (may fix Android 13 VPN lockdown compatibility issue impacting certain IPv6-only carrier APNs)</li> + <li>backport fix for clat on restricted networks (note: does not fix Android 13 compatibility issue between VPN lockdown and certain IPv6 only carrier configurations, which can be worked around by switching to an IPv4/IPv6 APN from a pure IPv6 APN)</li> <li>Sandboxed Google Play compatibility layer: hide Stats Manager service</li> <li>Sandboxed Google Play compatibility layer: don't report CannotDeliverBroadcastException to the user</li> <li>Gallery: hide obsolete menu items</li> |
