first phase of new VPN DNS leak prevention approach

This commit is contained in:
Daniel Micay 2024-08-02 21:48:08 -04:00
parent 254ee5624b
commit 680621817b

View File

@ -791,6 +791,7 @@
<p>Changes since the 2024080100 release:</p> <p>Changes since the 2024080100 release:</p>
<ul> <ul>
<li>prevent VPN apps from having leaks to non-VPN DNS servers while not yet strictly preventing leaks to VPN DNS outside the VPN tunnel due to multiple VPN apps including Proton VPN requiring to reliably connect (in a future release, we can do strict blocking by default with an opt-out toggle and a list of known incompatible apps such as Proton VPN)</li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-126">version 126</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-126">version 126</a></li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-127">version 127</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-127">version 127</a></li>
<li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/73">version 73</a></li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/73">version 73</a></li>